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
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
Hi, I'm using DAV Client as adapter with Gaufrette and when I make a PROPFIND request with no properties the server send a 400 response. This happens with functions like this one:
I've been testing the resulting request and because the prop tags are empty the server returns a 400 response. In the other hand if we replace the prop tag with allprop tag it goes as expected. I make a work around and patch the code in the mean time like this:
I agree that this is a bug, but I want to warn you that this project has not really been maintained for a long while. I want to pick it up again in the future, but I will probably solve this by modifying the method signatures a bit.
The recommendation I would have for you is to simply never do an 'empty properties' request or allprop request. You probably already know exactly which properties you want, so why not specify those exact properties?
Thanks for the quick response, it's true as in all WebDAV examples they request for specific properties. I'll follow your advice and make my way thru. Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm using DAV Client as adapter with Gaufrette and when I make a PROPFIND request with no properties the server send a 400 response. This happens with functions like this one:
I've been testing the resulting request and because the prop tags are empty the server returns a 400 response. In the other hand if we replace the prop tag with allprop tag it goes as expected. I make a work around and patch the code in the mean time like this:
I don't like this solution and looking a way round to solve this issue.
Thanks!
The text was updated successfully, but these errors were encountered: