We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A call to encodePath is missing in mimeType/lastModified/fileSize, causing a bad http response.
encodePath
mimeType/lastModified/fileSize
This seems forgotten.
The attributes can be obtained using listContents, which does encode the path.
The text was updated successfully, but these errors were encountered:
Actually it can be dealt with in WebDAVAdapter::propFind()
WebDAVAdapter::propFind()
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Summary
A call to
encodePath
is missing inmimeType/lastModified/fileSize
, causing a bad http response.This seems forgotten.
The attributes can be obtained using listContents, which does encode the path.
How to reproduce
The text was updated successfully, but these errors were encountered: