Hi, I've got a very similar issue.
I'm using maven 3.0.5 and artifactory 3.1.1.1.

In my maven settings I have:
<configuration>
        <httpConfiguration>
          <all>
            <params>
              
                <name>http.authentication.preemptive</name>
                <value>%b,true</value>
              
            </params>
          </all>
        </httpConfiguration>
      </configuration>

but in the artifactory logs I see this:
20140213111116|1|REQUEST|10.205.88.93|*non_authenticated_user|GET|*/plugins-release/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.sha1|HTTP/1.1|401|0
20140213111116|5|REQUEST|10.205.88.93|*teamcity*|GET|/plugins-release/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.sha1|HTTP/1.1|200|40

I tried several settings.xml configurations, including <all>, <get>,
removing the entire part, specifying a wagon etc... no matter what I do, I
always see the anonymous request, the the one with the user.

I have a proxy configured in Artifactory, but all the *.jar we are
downloading are cached. Anonymous acces on artifactory is disabled.

Have you got an idea why it's not working as expected?
Thanks

A




--
View this message in context: 
http://forums.jfrog.org/Need-help-configuring-preemptive-authentication-of-the-mavenDeployer-for-upload-to-Artifactory-tp7578241p7579615.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to