cstamas commented on PR #245:
URL: https://github.com/apache/maven-resolver/pull/245#issuecomment-1431993162

   Yes, this is definitely some concurrency problem of transport-http, more 
precisely, initial population of auth cache and shared state, 
   
   Unsure would Wagon be better, as I see it keeps AuthCache per transport 
instance (per HttpWagon instance that is created per-lookup, not a singleton), 
while transport-http during lifetime of a session... (so it does Auth dance 
once per session, and caches auth, Wagon does auth dance per transport 
instance,, ie. per module deploy in multi module project).


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