Skip to content

fix(http): prevent NPE by non-null controller parameters#12495

Open
ChristophWurst wants to merge 1 commit intomainfrom
fix/http/controller-non-null-params
Open

fix(http): prevent NPE by non-null controller parameters#12495
ChristophWurst wants to merge 1 commit intomainfrom
fix/http/controller-non-null-params

Conversation

@ChristophWurst
Copy link
Member

Some controller params were nullable but only in the controller method and not the method passed into. This can lead to a NPE when the param is actually missing from a HTTP request.

For #11224

Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant