cstamas commented on issue #739:
URL: https://github.com/apache/maven-resolver/issues/739#issuecomment-2954087062

   Found it: jitpack.io craps out on this request:
   
   ```
   $ curl -v --http1.1 -H "Content-Length: 0" \
     -H "Host: jitpack.io" \
     -H "User-Agent: Apache-Maven/4.0.0-rc-3 (Java 21.0.7; Linux 
6.14.9-300.fc42.x86_64)" \
     -H "Cache-Control: no-cache, no-store" \
     
https://jitpack.io/com/github/enola-dev/adk-java/google-adk-langchain4j/LangChain4j-preview-41254a8f39-1/google-adk-langchain4j-LangChain4j-preview-41254a8f39-1.pom
   ```
   
   Problem is `Content-Length: 0` and causes Server Error 500 in jitpack.io. 
The reason why this header is present is somewhat in relation to 
https://bugs.openjdk.org/browse/JDK-8283544 that seems not fully fixed in Java.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to