doddi opened a new pull request, #572:
URL: https://github.com/apache/maven-resolver/pull/572

   HTTP1.1 has the ability to carry an 
[errorPhrase](https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html) alongside 
the errorCode to provide additional context around the HTTP error code. 
Unfortunately [HTTP2](https://datatracker.ietf.org/doc/html/rfc9113) protocol 
does not provide this errorPhrase and as such some critical context may go 
missing.
   
   There is an additional [RFC9457](https://www.rfc-editor.org/rfc/rfc9457) 
which permits adding problem details as a JSON object into the body. Adding 
this capability will give the ability to pass through context when using 
HTTP1.1 or 2
   
   This is a PoC to show what might be an approach to add this capability


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