Closed
Bug 21131
Opened 25 years ago
Closed 24 years ago
user agent string breaks bugzilla's os/platform input feature
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: endico, Assigned: shaver)
References
Details
Bugzilla normally parses the user agent string to discover the bug
submitter's platform and operating system and automatically fill
them in at http://bugzilla.mozilla.org/enter_bug.cgi?product=Browser.
Below are listed the values that bugzilla currently knows about.
For Unix, these seem to be agree with what one gets from "uname -srm"
as described here: http://www.mozilla.org/build/user-agent-strings.html
from bugzilla's localconfig file:
#
# What operatings systems may your products run on?
#
@opsys = (
"All",
"Windows 3.1",
"Windows 95",
"Windows 98",
"Windows NT",
"Mac System 7",
"Mac System 7.5",
"Mac System 7.6.1",
"Mac System 8.0",
"Mac System 8.5",
"Mac System 8.6",
"AIX",
"BSDI",
"HP-UX",
"IRIX",
"Linux",
"FreeBSD",
"OSF/1",
"Solaris",
"SunOS",
"Neutrino",
"OS/2",
"BeOS",
"OpenVMS",
"other"
);
#
# What hardware platforms may your products run on?
#
@platforms = (
"All",
"DEC",
"HP",
"Macintosh",
"PC",
"SGI",
"Sun",
"Other"
);
Comment 1•25 years ago
|
||
do you know what strings the bugzilla cgi parses and compares against from the
user agent string?
Reporter | ||
Comment 2•25 years ago
|
||
http://lxr.mozilla.org/mozilla/source/webtools/bugzilla/enter_bug.cgi#87
$ENV{'HTTP_USER_AGENT'}
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13
Updated•25 years ago
|
Assignee: valeski → shaver
Status: ASSIGNED → NEW
Comment 5•25 years ago
|
||
shaver's rewriting this hunk.
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Comment 6•25 years ago
|
||
This is (will be, when I check it in) fixed with the UA service, but the UA
service isn't going in until M14.
Assignee | ||
Comment 8•24 years ago
|
||
User-agent fixed long ago by valeski.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
*** Bug 24704 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
•