Closed Bug 608392 Opened 14 years ago Closed 14 years ago

[pn]amo Let zamboni have /:locale/:app/downloads.*

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jbalogh, Assigned: oremj)

References

Details

This is going to confuse QA so I would fix it quickly unless you want to endure the wrath of Krupa.
Assignee: server-ops → jeremy.orem+bugs
Done.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
According to bug 609397 this didn't happen
Blocks: 609397
Severity: normal → major
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
I have this right now:

RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/downloads.*)$ /z$1 [PT]
Should be fixed now:

-    RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/downloads.*)$ /z$1 [PT]
+    RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)?(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/downloads.*)$ /z$1 [PT]
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.