Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to set max-age = 0 depending on response code - client may cache 404 #5

Open
IainBapty opened this issue Oct 24, 2011 · 0 comments

Comments

@IainBapty
Copy link

Currently, it's possible for clients to cache 404s because a handle cannot override the max-age. Perhaps either the CachingInterceptor should remove a max-age if the handler has set a response code other than 200 or the handler should be able to set the max-age on a per-request basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant