slawekjaranowski commented on issue #12154:
URL: https://github.com/apache/maven/issues/12154#issuecomment-4566610444

   @cstamas @kwin 
   
   🎉 testing with: 
   
   ```
   Accept: application/problem+json, */*
   ```
   
   looks ok 😄 
   
   ```
   >> GET 
/service/local/staging/deploy/maven2/org/apache/tooling/atr-maven-plugin/maven-metadata.xml
 HTTP/1.1
   >> Cache-Control: no-cache, no-store
   >> Pragma: no-cache
   >> Accept: application/problem+json, */*
   >> Host: repository.apache.org
   >> Connection: Keep-Alive
   >> User-Agent: Apache-Maven/3.10.0-SNAPSHOT (Java 26.0.1; Mac OS X 26.3.1)
   >> Accept-Encoding: gzip,deflate
   >> Authorization: Basic ***
   
   << HTTP/1.1 404 Not Found
   << Date: Thu, 28 May 2026 17:18:35 GMT
   << Server: Nexus/2.15.2-03 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
   << X-Frame-Options: SAMEORIGIN
   << X-Content-Type-Options: nosniff
   << Content-Security-Policy: sandbox allow-forms allow-modals allow-popups 
allow-presentation allow-scripts allow-top-navigation
   << X-Content-Security-Policy: sandbox allow-forms allow-modals allow-popups 
allow-presentation allow-scripts allow-top-navigation
   << Content-Type: text/html
   << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept
   << Via: 1.1 repository-new.apache.org
   << Keep-Alive: timeout=15, max=96
   << Connection: Keep-Alive
   << Transfer-Encoding: chunked
   ```
   
   ```
   >> GET 
/service/local/staging/deploy/maven2/org/apache/tooling/maven-metadata.xml 
HTTP/1.1
   >> Cache-Control: no-cache, no-store
   >> Pragma: no-cache
   >> Accept: application/problem+json, */*
   >> Host: repository.apache.org
   >> Connection: Keep-Alive
   >> User-Agent: Apache-Maven/3.10.0-SNAPSHOT (Java 26.0.1; Mac OS X 26.3.1)
   >> Accept-Encoding: gzip,deflate
   >> Authorization: Basic ***
   
   << HTTP/1.1 404 Not Found
   << Date: Thu, 28 May 2026 17:18:35 GMT
   << Server: Nexus/2.15.2-03 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
   << X-Frame-Options: SAMEORIGIN
   << X-Content-Type-Options: nosniff
   << Content-Security-Policy: sandbox allow-forms allow-modals allow-popups 
allow-presentation allow-scripts allow-top-navigation
   << X-Content-Security-Policy: sandbox allow-forms allow-modals allow-popups 
allow-presentation allow-scripts allow-top-navigation
   << Content-Type: text/html
   << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept
   << Via: 1.1 repository-new.apache.org
   << Keep-Alive: timeout=15, max=95
   << Connection: Keep-Alive
   << Transfer-Encoding: chunked
   ```


-- 
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]

Reply via email to