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 #9777 CrossOriginFilter Vary Header #9779

Merged
merged 2 commits into from
May 17, 2023

Conversation

gregw
Copy link
Contributor

@gregw gregw commented May 16, 2023

Fix #9777 by always setting the Vary Header.

Always set the Vary Header.

Signed-off-by: gregw <[email protected]>
@gregw gregw requested a review from sbordet May 16, 2023 16:46
Signed-off-by: gregw <[email protected]>
@gregw gregw requested a review from sbordet May 16, 2023 19:51
@gregw gregw merged commit e7f9abf into jetty-10.0.x May 17, 2023
@gregw gregw deleted the jetty-10.0.x-9777-Vary-Origin branch May 17, 2023 21:33
sbordet added a commit that referenced this pull request Oct 9, 2023
…s mode.

Modified the fix introduced by #9779 to avoid usage of Jetty server classes, so that the CrossOriginFilter can be deployed in any web application.

Signed-off-by: Simone Bordet <[email protected]>
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.

CrossOriginFilter does not return Vary header on no-cors mode
2 participants