Closed Bug 613349 Opened 14 years ago Closed 14 years ago

[PN]AMO: Adjust Zeus rules to respect cache-control headers

Categories

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

All
Other
task
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: clouserw, Assigned: oremj)

References

Details

Currently Zeus won't cache if it sees session cookies, otherwise it will.  We'd like to adjust that rule to be:

if 'cache-control' in headers:
  //respect the header (it might say no-cache or it might say cache for n seconds).  Basically, just pass this through.
  return;

if session_cookies:
  //don't cache, but we only get here if the above rule didn't match
  return;
Assignee: server-ops → jeremy.orem+bugs
Depends on: 611872
What did you we decide here?
I think we decided to fix bug 611872 and send cache-control headers all the time from the app, and just turn off zeus injecting its own.
Blocks: 61250
No longer blocks: 61250
Blocks: 612051
Let's reopen when it's time to go.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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.