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: Ensure Netty Cookie Encoder/Decoder take precedence #10661

Closed
wants to merge 1 commit into from

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Mar 28, 2024

See: #10435
Close: #10659

This PRs ensure Netty Cookie Encoder/Decoder are loaded before DefaultServerCookieEncoder Decoders

It allows also for users to provider their own implementation which may take precedence.

Close: #10435

This PRs ensure Netty Cookie Encoder/Decoder are loaded before DefaultServerCookieEncoder Decoders

It allows also for users to provider their own implementation which may take precedence.
@sdelamo sdelamo requested review from yawkat and n0tl3ss March 28, 2024 10:20
@sdelamo sdelamo linked an issue Mar 28, 2024 that may be closed by this pull request
@yawkat
Copy link
Member

yawkat commented Mar 28, 2024

seems a bit overkill for an interface that is really only supposed to have one way of implementing it

@sdelamo sdelamo closed this Mar 28, 2024
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.

Cookie Parsing Failure
2 participants