NoHandlerFoundException
mistakenly returns request headers from ErrorResponse#getHeaders
#29626
Milestone
NoHandlerFoundException
mistakenly returns request headers from ErrorResponse#getHeaders
#29626
I found an inconsistency in 404 handling using the new ProblemDetails feature of Spring 6 (6.0.2).
My example application is:
In order to enable ProblemDetails handling, I configured this in my
application.properties
:And the CLI interaction:
The last request did not result in a problem details report as I would expect.
The text was updated successfully, but these errors were encountered: