Neil-Tomar commented on issue #1640:
URL: 
https://github.com/apache/maven-resolver/issues/1640#issuecomment-5068389909

   Hi @cstamas  — I'm still fairly new to contributing to larger projects, and 
I'd like to take this on as a way to learn. I've had a dig through the code, 
and I think the change would sit around 
[`handleStatus`](https://github.com/apache/maven-resolver/blob/f11b63bf610d344e1233160960ad9f32bd33765e/maven-resolver-transport-apache/src/main/java/org/eclipse/aether/transport/apache/ApacheTransporter.java#L571)
 / 
[`execute`](https://github.com/apache/maven-resolver/blob/f11b63bf610d344e1233160960ad9f32bd33765e/maven-resolver-transport-apache/src/main/java/org/eclipse/aether/transport/apache/ApacheTransporter.java#L438)
 in 
[`ApacheTransporter`](https://github.com/apache/maven-resolver/blob/f11b63bf610d344e1233160960ad9f32bd33765e/maven-resolver-transport-apache/src/main/java/org/eclipse/aether/transport/apache/ApacheTransporter.java),
 where the response status gets checked before `HttpResponseException` is 
thrown — that looks like the spot where a 5xx could be caught and the headers l
 ogged. Please tell me if I'm off base.
   
   Since I'm new here, is this issue the right place to work things out with 
you, or would you prefer the dev mailing list (I've just subscribed)? And 
anything you'd want a first-timer to keep in mind before starting would be a 
big help. Thanks!


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