[ https://jira.codehaus.org/browse/MNG-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=305574#comment-305574 ]
Lukasz Szelag commented on MNG-4792: ------------------------------------ I was just wondering if there is a fix available for Maven 2.2.1. I'm facing the same issue when connecting to Archiva repository, and credentials are not passed by Maven. Thanks. > Preemptive authentication doesn't work > -------------------------------------- > > Key: MNG-4792 > URL: https://jira.codehaus.org/browse/MNG-4792 > Project: Maven 2 & 3 > Issue Type: Bug > Components: Artifacts and Repositories > Affects Versions: 2.2.1 > Environment: Sun Java 1.6.0_21, Windows 7 > Reporter: Marcin Zajaczkowski > Assignee: Olivier Lamy > Fix For: 3.0.4 > > > It seems preemptive authentication in Maven using httpclient wagon provider > doesn't work. With configuration taken form [1] Maven knock to repository > (tested with Artifactory 2.2.5) as anonymous user. > <server> > <id>repo-id</id> > <username>user</username> > <password>pass</password> > <configuration> > <wagonProvider>httpclient</wagonProvider> > <httpConfiguration> > <put> > <params> > <param> > <name>http.authentication.preemptive</name> > <value>%b,true</value> > </param> > </params> > </put> > </httpConfiguration> > </configuration> > </server> > Confirmed by independent party also with Maven 2.2.1. I can sniff http > traffic if needed. > [1] - http://maven.apache.org/guides/mini/guide-http-settings.html -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira