#4231 closed defect (fixed)
Can't access WebDAV dir with '+' in it's name
Reported by: | romulo.fernandes@… | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 3.8 |
Component: | webdav | Version: | 3.4.1 |
Severity: | major | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
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.
Change History (4)
comment:1 Changed on Feb 18, 2010 at 7:55:12 AM by yla
comment:2 Changed on Feb 18, 2010 at 7:55:45 AM by yla
- Milestone set to 3.4.2
comment:3 Changed on Mar 31, 2010 at 2:20:04 PM by dkocher
- Milestone 3.4.2 deleted
We expect the href in the PROPFIND response to be URL encoded and therefore decode a + to a blank.
comment:4 Changed on Nov 20, 2010 at 3:47:41 PM by dkocher
- Milestone set to 4.0
- Resolution set to fixed
- Status changed from new to closed
In r7676. Fix decoding according to URI spec.
Note: See
TracTickets for help on using
tickets.
This looks like a parsing/encoding issue. Thanks for reporting this.