Closed
Bug 791843
Opened 12 years ago
Closed 12 years ago
Determine if and what caching headers we need for packaged manifests
Categories
(Marketplace Graveyard :: Consumer Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-09-20
People
(Reporter: robhudson, Assigned: robhudson)
References
Details
Bumping this out of bug 790669 for now.
Bug 772364 is assuming ETag headers are being sent, and is sending If-None-Match headers. I'm not exactly sure if we handle that in Django or it is handled by our caching servers out in front of nginx.
This is to figure that out and implement and/or remove the comment in mkt/detail/views.py.
Assignee | ||
Updated•12 years ago
|
Blocks: market-packaged-apps
Assignee | ||
Comment 1•12 years ago
|
||
According to IT, we just need to set the ETag header and the proxy in front will handle the If-None-Match part.
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → robhudson.mozbugs
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2012-09-20
Assignee | ||
Comment 3•12 years ago
|
||
Follow-up commit:
https://github.com/mozilla/zamboni/commit/8fff345aa006fd0c
You need to log in
before you can comment on or make changes to this bug.
Description
•