Closed
Bug 212737
Opened 22 years ago
Closed 22 years ago
Bad Urlencode: Using the address bar for searching doesn't encode +
Categories
(SeaMonkey :: Search, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 178149
People
(Reporter: dave, Assigned: shliang)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Try and do a search for "c++" or something with + in it. Do the search by typing
it into the address bar and pressing the search button.
The url it churns out (for example) is:
http://www.google.ie/search?q=c++&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8
The q=c++ bit is wrong. + will be interpreted as a space. It should be this:
http://www.google.ie/search?q=c%2B%2B&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8
Reproducible: Always
Steps to Reproduce:
1. Described in the details section...
2.
3.
Actual Results:
A search for "c "
Expected Results:
A search for "c++"
Comment 1•22 years ago
|
||
.
Assignee: jaggernaut → shliang
Component: XP Apps → Search
QA Contact: paw → petersen
*** This bug has been marked as a duplicate of 178149 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•