-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fixes #7818 - Regression: allow HttpChannel.Listener.onResponseBegin to modify response headers #7850
Fixes #7818 - Regression: allow HttpChannel.Listener.onResponseBegin to modify response headers #7850
Conversation
…sponse headers Signed-off-by: Joakim Erdfelt <[email protected]>
Signed-off-by: Joakim Erdfelt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix looks fine to me and test also replicates what I did in my code.
Did you test if the test succeeded in 9.4 to confirm it was a regression?
Signed-off-by: Joakim Erdfelt <[email protected]>
The 9.4.x test case which shows that this works is in PR #7851 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not building? But looks good other than that.
Signed-off-by: Olivier Lamy <[email protected]>
Fixes #7850 - A regression in
HttpChannel.Listener.onResponseBegin
with the ability to modify response headers immediately before commit.See PR #7851 for Jetty 9.4.x test demonstrating behavior. (Jetty 9.4.x does not need a code change)
Signed-off-by: Joakim Erdfelt [email protected]