You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Lukasz Szelag (JIRA)" <ji...@codehaus.org> on 2012/02/03 20:17:02 UTC

[jira] (MRM-1599) NTLM proxy no longer works

Lukasz Szelag created MRM-1599:
----------------------------------

             Summary: NTLM proxy no longer works
                 Key: MRM-1599
                 URL: https://jira.codehaus.org/browse/MRM-1599
             Project: Archiva
          Issue Type: Bug
          Components: remote proxy
    Affects Versions: 1.4-M2
            Reporter: Lukasz Szelag


After upgrading Archiva from 1.3.5 to 1.4-M2 NTLM proxy no longer works. This is most likely caused by switching to wagon http.

2012-02-02 10:46:48,582 [qtp1120643297-21] DEBUG org.apache.archiva.proxy.common.DebugTransferListener  - transferInitiated for resource org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom on repository url http://repo1.maven.org/maven2/
2012-02-02 10:46:48,834 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-control: no-cache
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-store: no-store
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Pragma: no-cache
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Expires: 0
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Accept-Encoding: gzip
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Host: repo1.maven.org
2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Proxy-Connection: Keep-Alive
2012-02-02 10:46:49,116 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "HTTP/1.1 407 Proxy Authentication Required[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: NTLM[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Cache-Control: no-cache[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Pragma: no-cache[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Type: text/html; charset=utf-8[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Connection: close[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Connection: close[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Length: 895[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "[\r][\n]"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << HTTP/1.1 407 Proxy Authentication Required
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: NTLM
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Cache-Control: no-cache
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Pragma: no-cache
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Type: text/html; charset=utf-8
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Connection: close
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Connection: close
2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Length: 895
2012-02-02 10:46:49,157 [qtp1120643297-21] ERROR org.apache.http.client.protocol.RequestProxyAuthentication  - Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cookie: BCSI-CS-41D6D8BAA7362CE4=2[\r][\n]"
2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"


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

        

[jira] (MRM-1599) NTLM proxy no longer works

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MRM-1599:
------------------------------

    Fix Version/s: 1.4-M3
         Assignee: Olivier Lamy
    
> NTLM proxy no longer works
> --------------------------
>
>                 Key: MRM-1599
>                 URL: https://jira.codehaus.org/browse/MRM-1599
>             Project: Archiva
>          Issue Type: Bug
>          Components: remote proxy
>    Affects Versions: 1.4-M2
>            Reporter: Lukasz Szelag
>            Assignee: Olivier Lamy
>             Fix For: 1.4-M3
>
>
> After upgrading Archiva from 1.3.5 to 1.4-M2 NTLM proxy no longer works. This is most likely caused by switching to wagon http.
> 2012-02-02 10:46:48,582 [qtp1120643297-21] DEBUG org.apache.archiva.proxy.common.DebugTransferListener  - transferInitiated for resource org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom on repository url http://repo1.maven.org/maven2/
> 2012-02-02 10:46:48,834 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-control: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-store: no-store
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Pragma: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Expires: 0
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Accept-Encoding: gzip
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Host: repo1.maven.org
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Proxy-Connection: Keep-Alive
> 2012-02-02 10:46:49,116 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "HTTP/1.1 407 Proxy Authentication Required[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: NTLM[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Cache-Control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Type: text/html; charset=utf-8[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Length: 895[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << HTTP/1.1 407 Proxy Authentication Required
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: NTLM
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Cache-Control: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Pragma: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Type: text/html; charset=utf-8
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Length: 895
> 2012-02-02 10:46:49,157 [qtp1120643297-21] ERROR org.apache.http.client.protocol.RequestProxyAuthentication  - Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cookie: BCSI-CS-41D6D8BAA7362CE4=2[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"

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

        

[jira] (MRM-1599) NTLM proxy no longer works

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MRM-1599.
-----------------------------

    Resolution: Fixed

fixed.
New option to use previous wagon which support ntlm.
                
> NTLM proxy no longer works
> --------------------------
>
>                 Key: MRM-1599
>                 URL: https://jira.codehaus.org/browse/MRM-1599
>             Project: Archiva
>          Issue Type: Bug
>          Components: remote proxy
>    Affects Versions: 1.4-M2
>            Reporter: Lukasz Szelag
>            Assignee: Olivier Lamy
>             Fix For: 1.4-M3
>
>
> After upgrading Archiva from 1.3.5 to 1.4-M2 NTLM proxy no longer works. This is most likely caused by switching to wagon http.
> 2012-02-02 10:46:48,582 [qtp1120643297-21] DEBUG org.apache.archiva.proxy.common.DebugTransferListener  - transferInitiated for resource org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom on repository url http://repo1.maven.org/maven2/
> 2012-02-02 10:46:48,834 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-control: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-store: no-store
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Pragma: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Expires: 0
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Accept-Encoding: gzip
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Host: repo1.maven.org
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Proxy-Connection: Keep-Alive
> 2012-02-02 10:46:49,116 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "HTTP/1.1 407 Proxy Authentication Required[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: NTLM[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Cache-Control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Type: text/html; charset=utf-8[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Length: 895[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << HTTP/1.1 407 Proxy Authentication Required
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: NTLM
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Cache-Control: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Pragma: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Type: text/html; charset=utf-8
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Length: 895
> 2012-02-02 10:46:49,157 [qtp1120643297-21] ERROR org.apache.http.client.protocol.RequestProxyAuthentication  - Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cookie: BCSI-CS-41D6D8BAA7362CE4=2[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"

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

        

[jira] (MRM-1599) NTLM proxy no longer works

Posted by "Oscar González (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=296306#comment-296306 ] 

Oscar González commented on MRM-1599:
-------------------------------------

Hi Olivier.

Is there any workaround for version 1.4M1?

Thanks.
                
> NTLM proxy no longer works
> --------------------------
>
>                 Key: MRM-1599
>                 URL: https://jira.codehaus.org/browse/MRM-1599
>             Project: Archiva
>          Issue Type: Bug
>          Components: remote proxy
>    Affects Versions: 1.4-M2
>            Reporter: Lukasz Szelag
>            Assignee: Olivier Lamy
>             Fix For: 1.4-M3
>
>
> After upgrading Archiva from 1.3.5 to 1.4-M2 NTLM proxy no longer works. This is most likely caused by switching to wagon http.
> 2012-02-02 10:46:48,582 [qtp1120643297-21] DEBUG org.apache.archiva.proxy.common.DebugTransferListener  - transferInitiated for resource org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom on repository url http://repo1.maven.org/maven2/
> 2012-02-02 10:46:48,834 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-control: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-store: no-store
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Pragma: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Expires: 0
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Accept-Encoding: gzip
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Host: repo1.maven.org
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Proxy-Connection: Keep-Alive
> 2012-02-02 10:46:49,116 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "HTTP/1.1 407 Proxy Authentication Required[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: NTLM[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Cache-Control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Type: text/html; charset=utf-8[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Length: 895[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << HTTP/1.1 407 Proxy Authentication Required
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: NTLM
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Cache-Control: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Pragma: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Type: text/html; charset=utf-8
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Length: 895
> 2012-02-02 10:46:49,157 [qtp1120643297-21] ERROR org.apache.http.client.protocol.RequestProxyAuthentication  - Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cookie: BCSI-CS-41D6D8BAA7362CE4=2[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"

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

       

[jira] (MRM-1599) NTLM proxy no longer works

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=296308#comment-296308 ] 

Olivier Lamy commented on MRM-1599:
-----------------------------------

You can use current SNAPSHOT build.
                
> NTLM proxy no longer works
> --------------------------
>
>                 Key: MRM-1599
>                 URL: https://jira.codehaus.org/browse/MRM-1599
>             Project: Archiva
>          Issue Type: Bug
>          Components: remote proxy
>    Affects Versions: 1.4-M2
>            Reporter: Lukasz Szelag
>            Assignee: Olivier Lamy
>             Fix For: 1.4-M3
>
>
> After upgrading Archiva from 1.3.5 to 1.4-M2 NTLM proxy no longer works. This is most likely caused by switching to wagon http.
> 2012-02-02 10:46:48,582 [qtp1120643297-21] DEBUG org.apache.archiva.proxy.common.DebugTransferListener  - transferInitiated for resource org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom on repository url http://repo1.maven.org/maven2/
> 2012-02-02 10:46:48,834 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-control: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-store: no-store
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Pragma: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Expires: 0
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Accept-Encoding: gzip
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Host: repo1.maven.org
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Proxy-Connection: Keep-Alive
> 2012-02-02 10:46:49,116 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "HTTP/1.1 407 Proxy Authentication Required[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: NTLM[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Cache-Control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Type: text/html; charset=utf-8[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Length: 895[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << HTTP/1.1 407 Proxy Authentication Required
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: NTLM
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Cache-Control: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Pragma: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Type: text/html; charset=utf-8
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Length: 895
> 2012-02-02 10:46:49,157 [qtp1120643297-21] ERROR org.apache.http.client.protocol.RequestProxyAuthentication  - Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cookie: BCSI-CS-41D6D8BAA7362CE4=2[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"

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

        

[jira] (MRM-1599) NTLM proxy no longer works

Posted by "Oscar González (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=296388#comment-296388 ] 

Oscar González commented on MRM-1599:
-------------------------------------

Thanks Olivier.

I'll try it.
                
> NTLM proxy no longer works
> --------------------------
>
>                 Key: MRM-1599
>                 URL: https://jira.codehaus.org/browse/MRM-1599
>             Project: Archiva
>          Issue Type: Bug
>          Components: remote proxy
>    Affects Versions: 1.4-M2
>            Reporter: Lukasz Szelag
>            Assignee: Olivier Lamy
>             Fix For: 1.4-M3
>
>
> After upgrading Archiva from 1.3.5 to 1.4-M2 NTLM proxy no longer works. This is most likely caused by switching to wagon http.
> 2012-02-02 10:46:48,582 [qtp1120643297-21] DEBUG org.apache.archiva.proxy.common.DebugTransferListener  - transferInitiated for resource org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom on repository url http://repo1.maven.org/maven2/
> 2012-02-02 10:46:48,834 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-control: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Cache-store: no-store
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Pragma: no-cache
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Expires: 0
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Accept-Encoding: gzip
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Host: repo1.maven.org
> 2012-02-02 10:46:48,835 [qtp1120643297-21] DEBUG org.apache.http.headers  - >> Proxy-Connection: Keep-Alive
> 2012-02-02 10:46:49,116 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "HTTP/1.1 407 Proxy Authentication Required[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: NTLM[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Cache-Control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Type: text/html; charset=utf-8[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Proxy-Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Connection: close[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "Content-Length: 895[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.wire  - << "[\r][\n]"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << HTTP/1.1 407 Proxy Authentication Required
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: NTLM
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Authenticate: BASIC realm="Auth_Seq_NTLM_to_ldap"
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Cache-Control: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Pragma: no-cache
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Type: text/html; charset=utf-8
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Proxy-Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Set-Cookie: BCSI-CS-41D6D8BAA7362CE4=2; Path=/
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Connection: close
> 2012-02-02 10:46:49,118 [qtp1120643297-21] DEBUG org.apache.http.headers  - << Content-Length: 895
> 2012-02-02 10:46:49,157 [qtp1120643297-21] ERROR org.apache.http.client.protocol.RequestProxyAuthentication  - Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "GET http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom HTTP/1.1[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-control: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cache-store: no-store[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Pragma: no-cache[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Expires: 0[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Accept-Encoding: gzip[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Host: repo1.maven.org[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Proxy-Connection: Keep-Alive[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "Cookie: BCSI-CS-41D6D8BAA7362CE4=2[\r][\n]"
> 2012-02-02 10:46:49,157 [qtp1120643297-21] DEBUG org.apache.http.wire  - >> "[\r][\n]"

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