Closed
Bug 202918
Opened 22 years ago
Closed 22 years ago
TM in new Firebird UA string causes 400 bad request server error
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: bugs)
References
()
Details
Attachments
(1 file)
28.02 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030422 Firebird™ Browser/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030422 Firebird™ Browser/0.6
This server returns error 400 when visited. Using the uabar extension
(http://uabar.mozdev.org/) I removed the TM from the current Firebird UA string.
The site then gave me the page.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.fox.com/mrpersonality/, get error 400.
2. Remove TM from the UA string and revisit. Page renders normally.
Actual Results:
Server returns error 400.
Expected Results:
Page should be presented normally.
The page works fine in the prev Phoenix nightly 2030411 and in Mozilla 1.4b
nightlies.
Reporter | ||
Comment 3•22 years ago
|
||
Another URL with the same problem (and workaround):
http://tv.zap2it.com/news/tvnewsdaily_headlines.html
Comment 4•22 years ago
|
||
*** Bug 202919 has been marked as a duplicate of this bug. ***
Comment 5•22 years ago
|
||
*** Bug 202926 has been marked as a duplicate of this bug. ***
Comment 6•22 years ago
|
||
Ok I got a quick patch that should easily fix the problem. Just edit all.js file
and change the line 50 to:
pref("general.useragent.vendor", "Firebird Browser");
I just removed the TM symbol from that line. Should I attach it as a proposed fix?
Btw, this does fix the loading problems for some of the websites that are
reporting loading issues. [See bug 202919]
Reporter | ||
Comment 7•22 years ago
|
||
Given all the legal hand-wringling of late over Firebird, just eliminating it
from the UA string might not be best. Someone thought it important enough to
put there in the first place.
This revised all.js replaces the current trademark symbol with (TM) instead.
Bill-
Please create a diff instead of including the whole all.js file.
And I suggest Sev -> Major
Comment 10•22 years ago
|
||
Thanks.
Fix checked in by Ben.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•22 years ago
|
||
*** Bug 203055 has been marked as a duplicate of this bug. ***
Comment 13•22 years ago
|
||
*** Bug 203113 has been marked as a duplicate of this bug. ***
Comment 14•22 years ago
|
||
*** Bug 203126 has been marked as a duplicate of this bug. ***
Comment 15•22 years ago
|
||
*** Bug 203130 has been marked as a duplicate of this bug. ***
Comment 16•22 years ago
|
||
*** Bug 203241 has been marked as a duplicate of this bug. ***
Comment 17•22 years ago
|
||
*** Bug 203240 has been marked as a duplicate of this bug. ***
Comment 18•22 years ago
|
||
*** Bug 203276 has been marked as a duplicate of this bug. ***
Comment 19•22 years ago
|
||
*** Bug 203788 has been marked as a duplicate of this bug. ***
Comment 20•22 years ago
|
||
*** Bug 203962 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•