JettyCoreHttpHandlerAdapter compatibility with Jetty 12.0.17 #34561
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Jetty 12.0.17 asserts that provided HTTP status values are within a defined range which breaks Spring's
JettyCoreServerHttpResponse.applyStatusCode
implementation which defaults to 0. We should simply skip thesetStatus
call in that default case instead.The text was updated successfully, but these errors were encountered: