mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Also fix a couple of related issues: - add AsyncRequestNotUsableException to the list of exceptions that imply response issues. - handle exceptions from @ExceptionHandler regardless of whether thrown immediately or via Publisher. Closes gh-32359