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

Invalidation, Location and Content-Location #478

Closed
mnot opened this issue Oct 20, 2020 · 2 comments · Fixed by #486
Closed

Invalidation, Location and Content-Location #478

mnot opened this issue Oct 20, 2020 · 2 comments · Fixed by #486

Comments

@mnot
Copy link
Member

mnot commented Oct 20, 2020

The tests show that support for invalidation on Location and Content-Location is really poor. In my experience, developers don't count on this, and in some case it's counter-productive (because a POST response might want the client to use a cached resource, rather than invalidate).

Should we drop the requirement to invalidate these URLs?

@mnot mnot added the caching label Oct 20, 2020
@mnot mnot self-assigned this Oct 20, 2020
@MikeBishop
Copy link
Contributor

Requirement, perhaps. I'd still keep it as a SHOULD, or minimally a MAY, though.

@mnot
Copy link
Member Author

mnot commented Oct 22, 2020

Calling it a SHOULD wouldn't exactly help interoperability. MAY makes more sense -- e.g., "Caches MAY invalidate other URLs, particularly...".

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

Successfully merging a pull request may close this issue.

2 participants