GNOME Bugzilla – Bug 130847
@ in username or password doesn't work
Last modified: 2004-12-22 21:47:04 UTC
When accesing an ftp site using login name like: user@dom.com and password like: pass123, everything on the uri (ftp://user@dom.com:pass123@ftp.dom.com/ ) gnome-vfs refuses to connect.
*** Bug 130958 has been marked as a duplicate of this bug. ***
It might work if you escape the @ (using a %xx notation, I don't remember the exact code). I'll have to look at the code to figure out if it's supposed to work or not.
I tried scaping the @ (code %40, at least for Mozilla and Epiphany). Didn't work.
escaping the @ is the way you're supposed to handle this. However, we currently don't handle this anyway, because we don't threat the user field as escaped, even though its copied straight from the escaped uri. The fix for this will be pretty large, going through all uses of password/user and making sure we're escaping/unescaping correctly.
This bug still exists on gnome-vfs 2.6.1. Is there anyway to avoid this??
*** This bug has been marked as a duplicate of 89106 ***