slawekjaranowski opened a new issue, #12154:
URL: https://github.com/apache/maven/issues/12154

   ### Affected version
   
   3.10.0
   
   ### Bug description
   
   Testing deployment to staging with new atr plugin, I have:
   
   ```
   Uploaded to apache.releases.https: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tooling/atr-maven-plugin/1.0.0-beta-1/atr-maven-plugin-1.0.0-beta-1-tests.jar.asc
 (902 B at 1.7 kB/s)
   Downloading from apache.releases.https: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/tooling/atr-maven-plugin/maven-metadata.xml
   [WARNING] Could not transfer metadata 
org.apache.tooling:atr-maven-plugin/maven-metadata.xml from/to 
apache.releases.https 
(https://repository.apache.org/service/local/staging/deploy/maven2): HTTP 
Status: 406
   ```
   
   http session:
   
   ```
   >> 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 406 Not Acceptable
   << Date: Tue, 26 May 2026 17:48:56 GMT
   << Server: Nexus/2.15.2-03
   << 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
   << Cache-Control: post-check=0, pre-check=0
   << Pragma: no-cache
   << Expires: 0
   << Content-Type: text/html
   << Via: 1.1 repository-new.apache.org
   << Keep-Alive: timeout=15, max=92
   << Connection: Keep-Alive
   << Transfer-Encoding: chunked
   ```
   
   http session for 3.9.16
   
   ```
   >> 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
   >> Host: repository.apache.org
   >> Connection: Keep-Alive
   >> User-Agent: Apache-Maven/3.9.16 (Java 26.0.1; Mac OS X 26.3.1)
   >> Accept-Encoding: gzip,deflate
   >> Authorization: Basic ***
   
   << HTTP/1.1 404 Not Found
   << Date: Tue, 26 May 2026 17:52:36 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
   ```
   
   in 3.10.0 we have one more header:
   
   ```
   >> Accept: application/problem+json
   ```
   
   for RFC 9457
   


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