-
Notifications
You must be signed in to change notification settings - Fork 187
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 from shares shared by secure view role to personal space results in 500 status code error. #9482
Comments
Also, here lies the summary of status code of various copying process that happens when shared resources via Secure viewer role. |
@saw-jan @Salipa-Gurung can someone please make a test scenario for this in ocis, and check that it will pass with reva PR cs3org/reva#4775 |
we do have PR #9437 for the test scenario. now have to test it with the respective fix PRs. |
The issue is fixed in the spaces path but with old and new dav , the status code is still 500 |
Curl examples: # new dav path
curl -XCOPY "https://localhost:9200/dav/files/demo/Shares/shareme" \
-H"Destination: https://localhost:9200/dav/files/demo/shareme" \
-udemo:demo -vk
# old dav path
curl -XCOPY "https://localhost:9200/webdav/Shares/shareme" \
-H"Destination: https://localhost:9200/webdav/shareme" \
-udemo:demo -vk
|
@saw-jan The status code response for both the old/new dav paths is giving '403':
|
Then this can be closed here. THanks 👍 |
Describe the bug
Copying files from shared shares via the secure view role results in a 500 status code.
Steps to reproduce
test
folder1
from Admin via Secure Role totest
.Expected behavior
What should be the expected status code for the process? This only happens in secure view. File copying is possible while sharing with other permission role
Actual behavior
The server returns 500 status code
Setup
The text was updated successfully, but these errors were encountered: