When no type conversion strategy is found on a @Controller handler method bind target, a 500 error code should be returned not a 400. [SPR-5732] #10402
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Keith Donald opened SPR-5732 and commented
Original suggestion from Gregor:
For explanation why code 400 code is returned see #10293.
I think generally it should be solved like this:
Currently it seems a code 400 is always sent (even in the second case). This makes it difficult to identify the programmer error.
Affects: 3.0 M3
Issue Links:
@RequestMapping
semantics when class-level and method-level mappings used togetherReferenced from: commits bf7a947
The text was updated successfully, but these errors were encountered: