Closed Bug 548934 Opened 14 years ago Closed 14 years ago

[AMO-Preview] Rewrite some /api/ URLs to use zamboni

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: clouserw, Assigned: oremj)

Details

There are several API pages that are ready to be tested and we need them off the real root instead of /z/.  Please rewrite pages matching this:

api/(\d+/)?addon.*
api/(\d+/)?search.*
api/(\d+/)?list.*

I made those up and have no idea if they actually work, but I can help you make sure they match what we need, just let me know on IRC.
Severity: normal → major
Since Jeremy is your zamboni guy and this is paging, re-assigning :)
Assignee: server-ops → jeremy.orem+bugs
Added:
    RewriteRule ^(?:/[^/]+/[^/+])?(/api/(?:[\d\.]+/)?addon.*) /z$1 [PT]
    RewriteRule ^(?:/[^/]+/[^/+])?(/api/(?:[\d\.]+/)?search.*) /z$1 [PT]
    RewriteRule ^(?:/[^/]+/[^/+])?(/api/(?:[\d\.]+/)?list.*) /z$1 [PT]
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.