Closed
Bug 1281470
Opened 8 years ago
Closed 5 years ago
stop using PATH_INFO hack when uwsgi releases fix for routing plugin
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect, P5)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [lang=python][ready])
In https://github.com/mozilla/balrog/pull/85 we added a workaround for the fact that uwsgi doesn't properly unquote paths if you use the rewrite plugin. This is now fixed on their master branch, but hasn't been released yet. After it's been released and we're able to get it into our Docker image, we should get rid of our workaround at https://github.com/mozilla/balrog/blob/09a1d97504194940c81986dce0b2d31ae52e81f6/auslib/admin/base.py#L25
Reporter | ||
Comment 1•8 years ago
|
||
That fix was released in 2016, this can probably proceed now.
Priority: -- → P3
Whiteboard: [lang=python][ready]
Reporter | ||
Updated•7 years ago
|
Priority: P3 → P5
Reporter | ||
Comment 2•5 years ago
|
||
This was only needed for the old UI, which is going away soon.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•