Improve 500 error handling and reporting in WebFlux [SPR-15506] #20065
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Rossen Stoyanchev opened SPR-15506 and commented
HttpWebHandlerAdapter has a debug message only.
ExceptionHandlingWebHandler has an error level message + extra smarts around suppressing "Broken Pipe" errors. However that only applies to DispatcherHandler setup, and not a typical setup with the functional web framework.
We need to centralize move the final 500 error and related logging to HttpWebHandlerAdapter.
Affects: 5.0 M5
Issue Links:
The text was updated successfully, but these errors were encountered: