Closed
Bug 454241
Opened 17 years ago
Closed 17 years ago
http://login:password@url/ is broken when password contains a '/'
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: yvan.norsa, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071618 Iceweasel/3.0.1 (Debian-3.0.1-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071618 Iceweasel/3.0.1 (Debian-3.0.1-1)
If one tries to log on a website using the http://login:password@url/ scheme, and the password contains a slash character ('/'), the connection fails.
Firefox probably fails to correctly interpret the URL due to the '/' character.
Reproducible: Always
Steps to Reproduce:
1. Find a website which permits to log in with the http://login:password@url/ scheme
2. Register an account with a password containing a '/'
3. Try to log in
Actual Results:
The page does not display.
Expected Results:
The site should be appear and you should be logged in.
Comment 1•17 years ago
|
||
Try escaping the / as %2F. I don't think this is a bug.
| Reporter | ||
Comment 2•17 years ago
|
||
It seems to do the trick, indeed.
Comment 3•17 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•