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
To have faster favorites, I wanted to use REPORT instead of SEARCH on Android.
We already use MultiStatusResponse when reading a folder (and we rely on our dav library for this).
Following is the same folder result, one retrieved via REPORT and one via PROPFIND:
The only difference is that in REPORT we have an additional <d:status>HTTP/1.1 200 OK</d:status> as child of response.
And this confuse our lib in a way that it does not parse propstat.
The text was updated successfully, but these errors were encountered:
To have faster favorites, I wanted to use REPORT instead of SEARCH on Android.
We already use MultiStatusResponse when reading a folder (and we rely on our dav library for this).
Following is the same folder result, one retrieved via REPORT and one via PROPFIND:
REPORT:
The only difference is that in REPORT we have an additional
<d:status>HTTP/1.1 200 OK</d:status>
as child of response.And this confuse our lib in a way that it does not parse propstat.
The text was updated successfully, but these errors were encountered: