Closed
Bug 110695
Opened 24 years ago
Closed 24 years ago
urls with multiple question marks go to wrong page (encodes first ? -> %3F)
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 110671
People
(Reporter: sdm, Assigned: darin.moz)
References
(
URL
)
Details
1. Go to the above url
2. Click on "map" next to the "A Touch-of-class Florist" listing.
3. The "map" url has two question marks in it, since it's passed through a
click-through counter script. The url basically looks like this:
http://hostname/script.cgi?args&LOC=http://hostname/targetpage?name=args
after clicking on the link, this becomes:
http://hostname/script.cgi%3Fargs&LOC=http://hostname/targetpage?args
4. You get a page not found error because of the ? -> %3F encoding.
If you click on the "http://gtesupersite.com/touchofclass" link, it works,
because this link does not have a second "?" in the url.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 110671 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
VERIFIED: dupe of dupe, wrong behavior in URL escaping.
Status: RESOLVED → VERIFIED
Component: Networking: HTTP → Networking
QA Contact: tever → benc
You need to log in
before you can comment on or make changes to this bug.
Description
•