janhoy commented on PR #4574:
URL: https://github.com/apache/solr/pull/4574#issuecomment-4849437465

   Fixed two Jetty 12.1 test failures caused by its stricter Content-Length 
enforcement (writing bytes != declared length now aborts with "too much content 
written"/400):
   
   - **`JettyBridgeResponseWriter`** (v2/Jersey): no longer sets a 
`Content-Length` Solr can't guarantee for streamed responses — sends chunked 
instead (matches the v1 path). Fixes `TestDistributedTracing.testV2Api`.
   - **`HttpSolrProxy`**: no longer forwards `Host`/`Content-Length` on proxied 
internode requests; the Jetty client re-derives them for the upstream. Fixes 
`JWTAuthPluginIntegrationTest.testInternodeAuthorization`.
   
   Both reproduced with the CI seed and now pass; full test classes green; 
`check -x test` clean. (S3 module failures are separate — resolved by #3122.)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to