After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 41085 - methods other than file: handle URI escape characters wrong
methods other than file: handle URI escape characters wrong
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: URI handling
unspecified
Other Linux
: Normal normal
: 2.0
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2000-06-01 22:15 UTC by Darin Adler
Modified: 2005-05-01 15:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Darin Adler 2001-09-10 00:33:36 UTC
The file method used to just use the path part of the URI as-is. I changed it to
actually unescape characters in the URI properly.

There's a good chance that every other method handles this wrong in at least
some cases. We can write specific bugs for each one later if we decide we want
to.



------- Additional Comments From snickell@stanford.edu 2001-07-23 00:35:36 ----

Taking bugs previously assigned to Pavel, assigning them to myself. Will parse
them out at my leisure , but many are GnomeVFS bugs we should look at for 2.0



------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 20:33 -------
Comment 1 Baptiste Mille-Mathias 2003-11-30 09:54:50 UTC
Hello, could we get news from this case ?
Is this bug still relevant ?

thanks
Comment 2 Allison Karlitskaya (desrt) 2004-08-08 22:11:41 UTC
desrt@peloton desrt $ mkdir test\ directory
desrt@peloton desrt $ touch test\ directory/file
desrt@peloton desrt $ gnomevfs-ls file:///home/desrt/test%20directory
.               (Directory, x-directory/normal) size 4096       mode 0755
..              (Directory, x-directory/normal) size 4096       mode 0700
file            (Regular, application/octet-stream)     size 0  mode 0644


this is obviously OK now.  closing.
Comment 3 Darin Adler 2004-08-10 03:10:06 UTC
This bug was about every method *other than* file:.

Testing file: won't tell you whether it's fixed!
Comment 4 Christian Neumair 2005-05-01 15:10:40 UTC
I've done a similar test: The sftp, smb and http methods handle the %20 case
correctly. For the ftp method, a bug has already been files (#44668). Closing.
Feel free to file bugs against individual methods if you experience escaping issues.