Skip to content

Fix NPE when params is null#240

Merged
arjantijms merged 1 commit intojakartaee:6.0.xfrom
arjantijms:fix_npe
Jul 15, 2024
Merged

Fix NPE when params is null#240
arjantijms merged 1 commit intojakartaee:6.0.xfrom
arjantijms:fix_npe

Conversation

@arjantijms
Copy link
Copy Markdown
Contributor

Params is specified to allow for the null value, but if it's actually null this method will blow up with a null pointer exception.

CC @BalusC @dmatej

Params is specified to allow for the null value, but if it's actually
null this method will blow up with a null pointer exception.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
@arjantijms arjantijms added this to the 6.0.1 milestone Jul 12, 2024
@arjantijms arjantijms self-assigned this Jul 12, 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.

5 participants