Bug 178224 - www-client/mozilla-launcher-1.56 escapes "," breaking certain websites
|
Bug#:
178224
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: mozilla@gentoo.org
|
Reported By: togge.gentoo@gmail.com
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: www-client/mozilla-launcher-1.56 escapes "," breaking certain websites
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-05-12 16:07 0000
|
www-client/mozilla-launcher-1.56 escapes "," breaking certain websites.
According to RFC2616: 3.2.3 URI Comparison and RFC2396: 3.4. Query Component,
commas are a valid delimiter for script params and must not be escaped. Since
mozilla-launcher escapes commas regardless of position within the URL it breaks
those sites that uses "," as a delimiter. And as the use of openURL() needs the
"-remote" option and if this is found mozilla-launcher passes the unmodified
command to the browser I fail to see why commas need to be escaped.
*** This bug has been marked as a duplicate of bug 150404 ***
Noone complained about a single broken website since the patch has been
commited. Unless you are able to provide a testcase for the alleged borkage, no
point in beating a dead horse and fixing what's not broken.
Fixed in 1.57, thanks for the fix