You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems validations missing caught special cases
You can refer on lib/DAV/handler.js, then find "this.getCopyAndMoveInfo = function(cbcopymove) {"
to add more validation
MOVE
ing a resource to itself results in the corresponding file being deleted:Similarly,
MOVE
ing a nonexistent resource to an existing resource deletes the latter:That seems undesirable as it leads to unexpected data loss.
This is how I start my jsDAV server:
The text was updated successfully, but these errors were encountered: