Closed
Bug 566277
Opened 16 years ago
Closed 16 years ago
"[" character breaks URL-Link in Inbox
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: aneta.solakova, Unassigned)
Details
Attachments
(1 file)
|
6.07 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
Build Identifier:
A Link like http://mydomain.de/anmeldung_forum.html?&tx_felogin_pi1[user]=6&tx_felogin_pi1[forgothash]=1274084184%7C674e5760ccc69cc22ef3db8a7bc5b809 will only like the URL http://mydomain.de/anmeldung_forum.html?&tx_felogin_pi1 underlined, i.e "[" breaks the Link.
Reproducible: Always
Comment 3•16 years ago
|
||
The [ and ] characters are not valid in URL's, See RFC 1738 section 5 (they're not part of 'uchar'). If you want to use them, they have to be escaped with %5B and %5D respectively.
http://www.faqs.org/rfcs/rfc1738.html
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•