Closed
Bug 527885
Opened 16 years ago
Closed 14 years ago
PFS checks sun4u for SPARC
Categories
(Websites :: plugins.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ginnchen+exoracle, Assigned: morgamic)
Details
In pfs.php, it has
139 } else if (preg_match('/^SunOs/i', $clientOS)) {
140 $guid = '{0ae66efd-e183-431a-ab51-3af2c278a3dd}';
141 if (preg_match('/sun4u/i', $clientOS)) {
On new SPARC servers, it uses sun4v, not sun4u.
So it should check "sun4", or check "i86pc" instead.
Comment 1•16 years ago
|
||
Dolske, can you confirm?
Comment 2•16 years ago
|
||
Sure, though I don't really follow Sun hardware anymore. :)
Updated•16 years ago
|
Component: Plugins → plugins.mozilla.org
Product: addons.mozilla.org → Websites
Comment 4•14 years ago
|
||
Sun appears to have been removed as a platform option with Java from PFS, so marking this wontfix given that change.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•