ch4mpy / spring-addons

Ease spring OAuth2 resource-servers configuration and testing
Apache License 2.0
521 stars 84 forks source link

avoid NPE #172

Closed yennor closed 7 months ago

yennor commented 7 months ago

request.getParameterValues can return null. at least when using spring boot 3.2.1

ch4mpy commented 7 months ago

Thank you for spotting that and taking time to submit a pull request. I have to admit that I use almost only reactive OAuth2 clients (spring-cloud-gateway instances with the TokenRelay filter)

yennor commented 7 months ago

no problem. A pull request is usually the fastest way to get a new release so I'm able to continue with my project ;-). Thanks for your project. Saved me a lot of time.

ch4mpy commented 7 months ago

Have another PR to review, will release later today (Tahiti time)