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

Improves handling of cookies in server responses #9751

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

spericas
Copy link
Member

@spericas spericas commented Feb 7, 2025

Description

Improves handling of cookies in server responses. A cookie's identity is defined by its name, domain and path, not just its name. A new method in ServerResponseHeaders enables clearing a cookie by passing all three values (a complete cookie). The equals method in SetCookie has now been overridden as well. Some new tests.

Documentation

None

… is defined by its name, domain and path, not just its name. A new method in ServerResponseHeaders enables clearing a cookie by passing all three values (a complete cookie). The equals method in SetCookie has now been overridden as well. Some new tests.
@spericas spericas self-assigned this Feb 7, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 7, 2025
@spericas spericas added 4.x Version 4.x and removed OCA Verified All contributors have signed the Oracle Contributor Agreement. labels Feb 7, 2025
@spericas spericas marked this pull request as draft February 7, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x webserver
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant