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
saw-jan
changed the title
a GET request to uploaded file while it's in processing doesn't return 425 status code (async uploads)
GET to uploaded file while it's in processing doesn't return 425 code (async uploads)
Jan 4, 2023
saw-jan
changed the title
GET to uploaded file while it's in processing doesn't return 425 code (async uploads)
GET a file while it's in processing doesn't return 425 code (async uploads)
Jan 4, 2023
Steps to reproduce
old
,new
andspaces
endpointsOld
curl -XGET "https://localhost:9200/remote.php/webdav/lorem.txt" -uadmin:admin -vk
New
curl -XGET "https://localhost:9200/remote.php/dav/files/admin/lorem.txt" -uadmin:admin -vk
Spaces
curl -XGET "https://localhost:9200/dav/spaces/5c3aacd7-e23d-43b0-89ec-ca4c67ae02ef%24cae6d2cf-a0dc-4e1a-8354-20b74ef12f34/lorem.txt" \ -uadmin:admin -vk
Expected behavior
to return status code
425
as mentioned in #4095 (comment)Actual behavior
returns
500
internal server errorSetup
oCIS: built from master branch
The text was updated successfully, but these errors were encountered: