-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: taskA general taskA general task
Milestone
Description
Juergen Hoeller opened SPR-15510 and commented
AbstractSockJsSession
currently uses a dummy NestedCheckedException
just for access to root cause introspection. Let's extract that algorithm to NestedExceptionUtils
and make it applicable to any Throwable
directly.
We have the same need in HttpWebHandlerAdapter
, so it's particularly important in 5.0 but also worth backporting the AbstractSockJsSession
part to 4.3.9.
Affects: 4.3.8
Issue Links:
- Improve 500 error handling and reporting in WebFlux [SPR-15506] #20065 Improve 500 error handling and reporting in WebFlux
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: taskA general taskA general task