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

Remove EXPIRES HTTP header from cache #3515

Conversation

abelsromero
Copy link
Contributor

@abelsromero abelsromero commented Sep 5, 2024

This header conflicts and can cause confusion when 'Cache-Control + max-age' are set. And currently SCG always sets 'max-age' in 'Cache-Control' via 'SetMaxAgeHeaderAfterCacheExchangeMutator'.

Closes #3488

This header conflicts and can cause confusion when 'Cache-Control + max-age'
are set. And currently SCG always sets 'max-age' in 'Cache-Control' via
'SetMaxAgeHeaderAfterCacheExchangeMutator'.

Closes spring-cloud#3488
@abelsromero abelsromero force-pushed the asalgado/main/remove-expires-header-from-cache branch from d4143f8 to 5cefa45 Compare September 5, 2024 08:35
@spencergibb spencergibb added this to the 4.1.6 milestone Sep 5, 2024
@spencergibb
Copy link
Member

Cherry-picked to 4.1.x and merged forward via 4676b39

@spencergibb spencergibb closed this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

Remove Expires header in ResponseCacheGatewayFilter
3 participants