Closed
Bug 49742
Opened 25 years ago
Closed 25 years ago
Eliminate failovers in generated idi
Categories
(SeaMonkey :: Installer, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: samir_bugzilla, Assigned: ssu0262)
Details
(Whiteboard: [nsbeta3+])
Rearchitecting the failover mechanism entails:
1> Download a redirect.ini
i> Domain from site selector
ii> Server path from redirect section
2> Parse redirect for the domain matching the index of the selected site.
3> Generate one URL per xpi in idi for SmartDownload to use.
If redirect.ini found and parsed successfully:
Append xpi names to the redirect.ini's domain-specific global URL.
Else if no redirect.ini or parse failed:
Append xpi names to the global URL in the config.ini.
* This eliminates failovers.
* This allows flexibility for editing the redirect.ini on a per server basis.
* This reduces errors when matching localized site names in the config.ini with
those in the redirect.ini.
Reporter | ||
Updated•25 years ago
|
QA Contact: gemal → gbush
fixed. This will affect mozilla and ns, but will only be visible to ns builds.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•