mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
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