Skip to content
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

Trying to upload a file using . and drive root as destination fails with 500 error #9568

Closed
saw-jan opened this issue Jul 9, 2024 · 4 comments · Fixed by #9634
Closed

Trying to upload a file using . and drive root as destination fails with 500 error #9568

saw-jan opened this issue Jul 9, 2024 · 4 comments · Fixed by #9634
Assignees
Labels

Comments

@saw-jan
Copy link
Member

saw-jan commented Jul 9, 2024

Describe the bug

While trying to upload content to paths . and drive root, the server return 500 Internal Server Error

Steps to reproduce

curl -XPUT "https://localhost:9200/remote.php/dav/spaces/<drive-id>" -d"lorem" -uadmin:admin -vk
curl -XPUT "https://localhost:9200/remote.php/dav/spaces/<drive-id>/." -d"lorem" -uadmin:admin -vk
< HTTP/1.1 500 Internal Server Error

Expected behavior

405 or 400?

Actual behavior

500 Internal Server Error

@2403905
Copy link
Contributor

2403905 commented Jul 22, 2024

@2403905 2403905 reopened this Jul 22, 2024
@phil-davis
Copy link
Contributor

Cleanup the expected failures in reva

That should happen when the next ocis test commit id bump happens to reva (PR like cs3org/reva#4770 )

@saw-jan @Salipa-Gurung it would be nice to get someone to do the commit id bump in reva, since there are expected-failures that should be able to be removed.

@2403905
Copy link
Contributor

2403905 commented Jul 22, 2024

cs3org/reva#4773

@phil-davis
Copy link
Contributor

cs3org/reva#4773 passed and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants