Return 5xx/4xx status code and print the reason in logs for CodecException [SPR-15355] #19918
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Sébastien Deleuze opened SPR-15355 and commented
CodecException
handling should be handled in a consistent way between functional and annotation-based APIs. They should return by default 4xx status code for decoding error and 5xx for encoding error + should print the error reason in logs without the full stack trace. That would improve significantly the development experience.Issue Links:
Referenced from: commits d098a4b
The text was updated successfully, but these errors were encountered: