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

[stable10] Switch web UI to new dav + encoding fixes #28769

Merged
merged 4 commits into from Aug 22, 2017

Conversation

PVince81
Copy link
Contributor

Backport of #25494 and #28749 to stable10.

Retested with a user "test@test" and file operations like creating dir, upload and chunk upload work fine.

Vincent Petry and others added 4 commits August 22, 2017 12:18
Encode with encodeURIComponent again.
Note that "@" gets encoded to "%40" but when Sabre DAV returns a
PROPFIND response, the "@" in the URL is not encoded. To make sure that
the href root is properly match, we now compare each section
individually in their decoded form.
The client takes care of encoding them when doing the Webdav requests
@PVince81
Copy link
Contributor Author

@davitol mind retesting ? The code is slightly different here

@davitol
Copy link
Contributor

davitol commented Aug 22, 2017

Tested and works 👍

@lock
Copy link

lock bot commented Aug 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants