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

fix: Delete useless ResourceRequestFilter mappings - MEED-7004 - Meeds-io/meeds#2109 #523

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

boubaker
Copy link
Member

@boubaker boubaker commented Jun 6, 2024

Prior to this change, any URL was cached while the Cache HTTP Header should be applied systematically on static resources only. This change changes the Filter mapping list in order to include static resources only.

(Resolves Meeds-io/meeds#2109)

…s-io/meeds#2109

Prior to this change, any URL was cached while the Cache HTTP Header should be applied systematically on static resources only. This change changes the Filter mapping list in order to include static resources only.
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Jun 6, 2024
@boubaker boubaker enabled auto-merge (squash) June 6, 2024 14:29
Copy link

sonarcloud bot commented Jun 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@exo-swf exo-swf removed the partialCIBuild Perform Partial CI Build label Jun 6, 2024
@boubaker boubaker merged commit 1a49cc5 into develop Jun 6, 2024
4 of 5 checks passed
@boubaker boubaker deleted the meed-7004 branch June 6, 2024 14:40
exo-swf pushed a commit that referenced this pull request Jun 6, 2024
…s-io/meeds#2109 (#523)

Prior to this change, any URL was cached while the Cache HTTP Header
should be applied systematically on static resources only. This change
changes the Filter mapping list in order to include static resources
only.
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

Successfully merging this pull request may close these issues.

ResourceRequestFilter is imposing HTTP Cache headers for all requests
3 participants