You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.