Closed
Bug 1201467
Opened 10 years ago
Closed 10 years ago
/MPL/2.0/FAQ/ is 500 on prod
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: agibson, Assigned: agibson)
References
()
Details
(Whiteboard: [kb=1838669])
Attachments
(1 file)
As per https://bugzilla.mozilla.org/show_bug.cgi?id=987852#c14
https://www.mozilla.org/en-US/MPL/2.0/FAQ/ is 500 on prod.
The page works fine locally, so I suspect it might be a case sensitivity issue in the template / url mapping.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → agibson
Status: NEW → ASSIGNED
Comment 1•10 years ago
|
||
This has been discussed in IRC, but for the record, the issue was that the FAQ was upper-case, and many of us our testing on macs, where the file-system isn't case-sensitive. Apple!!!
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Whiteboard: [kb=1838669]
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/3205cbbf91952e94228da25f75b34a8c8b09cbe3
[fix bug 1201467] MPL 2.0 FAQ template not found
- rename template directories for /MPL/ to lowercase for consistency
https://github.com/mozilla/bedrock/commit/6a69d59f14d117d7e90614583b1fa6bae56089a7
Merge pull request #3274 from alexgibson/mpl-faq-template-not-found
[fix bug 1201467] MPL 2.0 FAQ template not found
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
Verified FIXED on production: https://www.mozilla.org/en-US/MPL/2.0/FAQ/
Status: RESOLVED → VERIFIED
Comment 5•10 years ago
|
||
https://www.mozilla.org/en-US/MPL/2.0/headers/ is still a 404... Is that the same problem, or a different one?
Gerv
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•10 years ago
|
||
(In reply to Gervase Markham [:gerv] from comment #5)
> https://www.mozilla.org/en-US/MPL/2.0/headers/ is still a 404... Is that the
> same problem, or a different one?
>
> Gerv
Looks like a different problem - that page does not seem to exist in bedrock?
https://github.com/mozilla/bedrock/blob/master/bedrock/mozorg/urls.py#L188-L200
Gerv, can you please point to where you found this link?
Flags: needinfo?(gerv)
Comment 7•10 years ago
|
||
Oops, sorry, false alarm. Correct URL is:
https://www.mozilla.org/en-US/MPL/headers/
and it's working.
As you were.
Gerv
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Flags: needinfo?(gerv)
Resolution: --- → FIXED
Comment 8•10 years ago
|
||
Setting back to verified FIXED - https://www.mozilla.org/en-US/MPL/2.0/FAQ/
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•