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 the setStatus call in that default case instead.