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
Description
When trying to upgrade Spring Boot to Jetty 12.0.17, we discovered that the changes in bce7153 mean that setting the response header size on HttpConfiguration no longer results in a 500 response when an attempt is made to write response header that exceeds the configured size. A 200 response is received instead. Calling setMaxResponseHeaderSize instead restores 12.0.16's behavior but this requires the use of reflection in order to support earlier 12.0.x releases.