-
Notifications
You must be signed in to change notification settings - Fork 184
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
MOVE between Shares responds with 502 #8063
Comments
There are similar bug reports: #4087, #7617 and #7618 |
Fix in cs3org/reva#4439 |
I tried to do MOVE with some combination like in #4087 (comment) and here are some questionable statuscode. Using file path
Using file-id (some differences)
I think |
@saw-jan I created a follow up PR cs3org/reva#4443 This fixes the 502 status codes. Please check the 409 again. This is a different error IMHO. |
Cool! ✨ I will retest the matrix |
Updated martrix from the API test scenarios (Need to test manually) Using file path
Using file-id (some differences)
|
@saw-jan I don' get it. According to your findings, things got worse? |
No no, I meant to show that some got fixed but there're still other cases where there is 502 That 409 was probably my mistake. We have 502 expectation in the API test scenarios. |
502 when moving from shares jail(edit permission) to personal:
|
we can leave this issue closed here. I have created #8121 to make a track of MOVE related test cases, related bugs and their coverage |
Re opening the issue. @michaelstingl @TheOneRing @dragotin On behalf of https://datatracker.ietf.org/doc/html/rfc4918#section-9.9.4 I am re-opening this issue. ProposalWe should treat a "Cross-Storage" MOVE in ocis like a cross-server move in the RFC like
|
This definition of storage in our WebDAV implementation should be added here: |
Fixed by #8287 due to reva update. |
Describe the bug
oCIS no longer allows
MOVE
between Shares (cs3org/reva#4318), but the the HTTP response is502
Steps to reproduce
Expected behavior
I'd expect a
403
, similar to oC10.Setup
The text was updated successfully, but these errors were encountered: