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

Can't access WebDAV dir with '+' in it's name #4231

Closed
cyberduck opened this issue Feb 17, 2010 · 3 comments
Closed

Can't access WebDAV dir with '+' in it's name #4231

cyberduck opened this issue Feb 17, 2010 · 3 comments
Assignees
Labels
bug fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

878f76b created the issue

Can't download the folder "C++ Qt.tmbundle" nor access any of it's contents at:

svn.textmate.org/trunk/Bundles/

The browser simply replace the '+'s in the name with spaces, thus failing when trying to access. It works if I use the "Go To Folder ..." (cmd+g) and type it's name.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

This looks like a parsing/encoding issue. Thanks for reporting this.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We expect the href in the PROPFIND response to be URL encoded and therefore decode a + to a blank.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 103267c. Fix decoding according to URI spec.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants