Skip to content
New issue

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

[WebDAV] encodePath missing in mimeType/lastModified/fileSize #1699

Closed
ro0NL opened this issue Sep 7, 2023 · 1 comment · Fixed by #1700
Closed

[WebDAV] encodePath missing in mimeType/lastModified/fileSize #1699

ro0NL opened this issue Sep 7, 2023 · 1 comment · Fixed by #1700

Comments

@ro0NL
Copy link
Contributor

ro0NL commented Sep 7, 2023

Bug Report

Q A
Flysystem Version 3.15
Adapter Name WebDAV
Adapter version 3.15

Summary

A call to encodePath is missing in mimeType/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

@ro0NL
Copy link
Contributor Author

ro0NL commented Sep 7, 2023

Actually it can be dealt with in WebDAVAdapter::propFind()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant