-
Notifications
You must be signed in to change notification settings - Fork 357
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
NullPointerException in HeaderUtils.getPreferredCookie #4773
Milestone
Comments
tvallin
added a commit
to tvallin/jersey
that referenced
this issue
May 12, 2021
Signed-off-by: tvallin <[email protected]>
jansupol
pushed a commit
that referenced
this issue
Jun 14, 2021
#4795) * Fix issue #4773 Signed-off-by: tvallin <[email protected]>
This was referenced Sep 6, 2021
1 task
This was referenced Oct 4, 2021
This was referenced Oct 18, 2021
This was referenced Mar 8, 2022
1 task
Closed
1 task
Closed
1 task
1 task
This was referenced Oct 19, 2022
Closed
1 task
This was referenced Jan 6, 2023
Merged
This was referenced Feb 11, 2023
Closed
1 task
This was referenced May 11, 2023
This was referenced Jun 15, 2023
This was referenced Jul 6, 2023
1 task
This was referenced Apr 13, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduced in: #4390 (which addressed #3433)
Cookie paths can be null. This is not handled in HeaderUtils.java:326, which causes a NullPointerException to be thrown.
The problem occurs when the client receives something like the following, where it did not in versions prior to #4390 being implemented.
The text was updated successfully, but these errors were encountered: