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 #8294 push added cookie #8298

Merged
merged 3 commits into from
Jul 18, 2022
Merged

Conversation

gregw
Copy link
Contributor

@gregw gregw commented Jul 13, 2022

Reparse cookie added with addCookie via the java.net.HttpCookie for #8294

Signed-off-by: Greg Wilkins [email protected]

Reparse cookie added with addCookie

Signed-off-by: Greg Wilkins <[email protected]>
Copy link
Contributor

@joakime joakime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reparse should follow the HttpConfiguration configuration for response cookie compliance.

@gregw gregw requested a review from joakime July 14, 2022 00:02
Added extra test to ensure maxAge is being parsed

Signed-off-by: Greg Wilkins <[email protected]>
Added extra test to ensure maxAge is being parsed with other cookie attributes

Signed-off-by: Greg Wilkins <[email protected]>
@gregw
Copy link
Contributor Author

gregw commented Jul 16, 2022

@joakime can you merge for me and then merge through 11 & 12.
Note where it ends up in 12... Ee9 or 10? Hopefully 9 and then copy to 10

@joakime joakime merged commit 26a255e into jetty-10.0.x Jul 18, 2022
@joakime joakime deleted the jetty-10.0.x-8294-pushcookie branch July 18, 2022 17:39
@joakime
Copy link
Contributor

joakime commented Jul 18, 2022

Merged to jetty-12.0.x at ee9 level.
But the ee10 ServletContextRequest.ServletApiRequest does not have newPushBuilder() implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants