Closed Bug 39636 Opened 24 years ago Closed 24 years ago

Multiple GET method parameters broken at ampersand

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 39281

People

(Reporter: bcarver, Assigned: pollmann)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (X11; U; Linux 2.2.14-5.0 i686)
BuildID:    200005 1608

If you send multiple GET method parameters separated by ampersands, everything
starting at the ampersand is garbaged. The test page shows
the problem: works in Netscape 4.72, breaks in Mozilla 2000051608.

Reproducible: Always
Steps to Reproduce:
1. Display test page at http://clues.dhs.org/private_html/test.html
2. Select the link.


Actual Results:  QUERY_STRING should be:
QUERY_STRING=hist=yes&member=xxx
but shows as:
QUERY_STRING=hist=yes%C3%AF%C2%BF%C2%BF
The second parameter is garbaged.

Expected Results:  Here is what we got: 

QUERY_STRING=hist=yes&member=xxx
reassigning
Assignee: rods → pollmann

*** This bug has been marked as a duplicate of 39281 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified duplicate.
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.