-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COPY file/folder to share mountpoint: inconsistent behavior between dav paths #9753
Labels
Comments
CC @kobergj |
saw-jan
changed the title
Inconsistent behavior between dav paths: COPY file/folder to share mountpoint
COPY file/folder to share mountpoint: inconsistent behavior between dav paths
Aug 7, 2024
9 tasks
Merged
@saw-jan Case 1 (File to shared File) is a special case. The All other cases we block. The fix comes with this reva PR: cs3org/reva#4802 |
github-project-automation
bot
moved this from In progress
to Done
in Infinite Scale Team Board
Aug 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. File to shared File
old/new/spaces
dav path:< HTTP/1.1 204 No Content
❗2. File to shared Folder
old/new
dav path:< HTTP/1.1 400 Bad Request
✔️spaces
dav path:< HTTP/1.1 412 Precondition Failed
❓3. Folder to shared File
old/new
dav path:< HTTP/1.1 400 Bad Request
✔️spaces
dav path:< HTTP/1.1 403 Forbidden
❓4. Folder to shared Folder
old/new
dav path:< HTTP/1.1 400 Bad Request
✔️spaces
dav path:< HTTP/1.1 204 No Content
❓The text was updated successfully, but these errors were encountered: