-
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
Fix #8294 push added cookie #8298
Conversation
Reparse cookie added with addCookie Signed-off-by: Greg Wilkins <[email protected]>
jetty-server/src/test/java/org/eclipse/jetty/server/RequestTest.java
Outdated
Show resolved
Hide resolved
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.
Reparse should follow the HttpConfiguration configuration for response cookie compliance.
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]>
@joakime can you merge for me and then merge through 11 & 12. |
Merged to |
Reparse cookie added with addCookie via the
java.net.HttpCookie
for #8294Signed-off-by: Greg Wilkins [email protected]