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: Response.protocolVersion may cause NPE #2351

Merged
merged 3 commits into from
Mar 16, 2024
Merged

Conversation

etff
Copy link
Contributor

@etff etff commented Mar 16, 2024

Found and fixed an issue where Response.protocolVersion may have caused NullPointerExceptions. #2314

I believe Response builder already defaults to ProtocolVersion.HTTP_1_1
and using it when the protocolVersion argument is null.

I have other ideas:

  • Create another enum value UNKNOWN based on Logger.java and use it when protocolVersion argument is null.
  • Leave the current code as is and handle the NullPointerException when Response is used.

If you encounter any difficulties with this change, I'd appreciate some guidance or direction.

@etff etff changed the title fix: set Response.protocolVersion default value fix: Response.protocolVersion may caused NPE Mar 16, 2024
@etff etff changed the title fix: Response.protocolVersion may caused NPE fix: Response.protocolVersion may cause NPE Mar 16, 2024
@velo velo merged commit ba3ecbf into OpenFeign:master Mar 16, 2024
3 checks passed
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.

2 participants