mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
c38e9896c7
This commit changes the use of HttpSessionRequiredException in ModelFactory::initModel to an IllegalStateException, because the former extends ServletException and cannot be used in WebFlux. Closes gh-33043