@Nonnull annotation breaks ServletRequestMethodArgumentResolver for Principal #25981
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
If you have something like:
ServletRequestMethodArgumentResolver
will fail to resolve the principal parameter because there's some annotation on it.I think this is a regression introduced by #19779
The text was updated successfully, but these errors were encountered: