Closed
Bug 247645
Opened 21 years ago
Closed 11 years ago
allmusic.com - doesnt handle escaped URL
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: spokospoko, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
On keyword searches, spaces are encoded as "%20", which works fine for a lot of
sites. But some sites (notably the AllMusic Guide--see keyword URL above) read
that as "%20" (or even "&20") rather than a space. A more universal way of
encoding it would be to replace spaces with plus signs (+) -- in my experience,
all search engines would read that correctly as a break between search terms.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•20 years ago
|
||
This bug was last touched before 1.0.4. Is it still reproducable?
Try the latest branch build (1.0.5): http://www.mozilla.org/products/firefox/
Try the latest nightly trunk build (v1.0+): http://www.mozilla.org/developer
(Reviving old UNCONFs)
(In reply to comment #1)
> This bug was last touched before 1.0.4. Is it still reproducable?
> Try the latest branch build (1.0.5): http://www.mozilla.org/products/firefox/
> Try the latest nightly trunk build (v1.0+): http://www.mozilla.org/developer
> (Reviving old UNCONFs)
Yes. Behavior is identical in the latest build of 1.0.5. Spaces are encoded as
%20 -- to be most effective, though, they should be encoded as + signs.
(In reply to comment #1)
> This bug was last touched before 1.0.4. Is it still reproducable?
> Try the latest branch build (1.0.5): http://www.mozilla.org/products/firefox/
> Try the latest nightly trunk build (v1.0+): http://www.mozilla.org/developer
> (Reviving old UNCONFs)
Yes. Behavior is identical in the latest build of 1.0.5. Spaces are encoded as
%20 -- to be most effective, though, they should be encoded as + signs.
Comment 4•19 years ago
|
||
From bug 123006 it is clear that %20 is preferred to +.
The website does have a problem, showing different results of rock%20roll
(interpreted as ROCK&20ROLL) vs rock+roll. -> Tech Evangelism
Status: UNCONFIRMED → NEW
Component: Location Bar and Autocomplete → English US
Ever confirmed: true
Product: Firefox → Tech Evangelism
Summary: spaces should be encoded as plus signs in keyword search → allmusic doesnt handle escaped URL
Updated•19 years ago
|
Assignee: bugs → english-us
Updated•19 years ago
|
Summary: allmusic doesnt handle escaped URL → allmusic.com - doesnt handle escaped URL
Updated•15 years ago
|
QA Contact: davidpjames → english-us
Comment 5•15 years ago
|
||
Is this still an issue? It looks to me like the keyword search URL in this bug still works, but has been deprecated by AllMusic so that it can no longer be generated by a new user.
OS: Windows XP → All
Hardware: x86 → All
Comment 6•11 years ago
|
||
This is fixed now, it handles spaces in the search properly. Closing.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•