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
The behaiviour is generally OK, but oncloud/ocis uses the 425 response code if a file was uploaded but is asynchronously processed, e.g. for antivirus checks.
What about providing propFind() a list of accepted status codes? In our case it would be [200, 425].
I'm happy to provide a PR
The text was updated successfully, but these errors were encountered:
returning all props regardless of the status, would also fit our purpose, the status just should be included in the returned data, then the client can deal with it as it wish.
If a server responds to a PROPFIND request with a multistatus response and some items have a non 200 status they will be discarded in the return of
propFind()
Caused by these lines https://github.com/sabre-io/dav/blob/master/lib/DAV/Client.php#L242-L247
The behaiviour is generally OK, but oncloud/ocis uses the 425 response code if a file was uploaded but is asynchronously processed, e.g. for antivirus checks.
What about providing
propFind()
a list of accepted status codes? In our case it would be[200, 425]
.I'm happy to provide a PR
The text was updated successfully, but these errors were encountered: