Re: maven2 and NTLM

2007-01-21 Thread Mykel Alvis
I'll help test. I'm unskilled in the proxy coding world, but I have access to several proxy setups and can do VMs for more (probably). On 12/20/06, Steve Loughran [EMAIL PROTECTED] wrote: Brett Porter wrote: On 19/12/2006, at 9:39 PM, Steve Loughran wrote: Anyone interested in working on

Re: maven2 and NTLM

2006-12-21 Thread Steve Loughran
Barrie Treloar wrote: On 12/20/06, Graham Leggett [EMAIL PROTECTED] wrote: On Wed, December 20, 2006 1:27 pm, Steve Loughran wrote: who is interested in working with me to come up with something that is broadly useful? One troublespot with proxy code is testing. I know I cant test NTLM

Re: maven2 and NTLM

2006-12-20 Thread Steve Loughran
Brett Porter wrote: On 19/12/2006, at 9:39 PM, Steve Loughran wrote: Anyone interested in working on this? Thanks for volunteering! :) I knew that would happen. But I suspect that nobody else would do it. How about, who is interested in working with me to come up with something that is

Re: maven2 and NTLM

2006-12-20 Thread Graham Leggett
On Wed, December 20, 2006 1:27 pm, Steve Loughran wrote: who is interested in working with me to come up with something that is broadly useful? One troublespot with proxy code is testing. I know I cant test NTLM proxies, but do at least have access to an unauthenticated proxy-whether I want

Re: maven2 and NTLM

2006-12-20 Thread Barrie Treloar
On 12/20/06, Graham Leggett [EMAIL PROTECTED] wrote: On Wed, December 20, 2006 1:27 pm, Steve Loughran wrote: who is interested in working with me to come up with something that is broadly useful? One troublespot with proxy code is testing. I know I cant test NTLM proxies, but do at least

Re: maven2 and NTLM

2006-12-19 Thread Steve Loughran
Brett Porter wrote: google says... http.auth.ntlm.domain http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html Could be worth exposing this via the settings into the lightweight wagon, and passing the equivalent to the httpclient wagon via it's authenticators. - Brett FWIW,

Re: maven2 and NTLM

2006-12-19 Thread Brett Porter
On 19/12/2006, at 9:39 PM, Steve Loughran wrote: Anyone interested in working on this? Thanks for volunteering! :) - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven2 and NTLM

2006-12-13 Thread Graham Leggett
Hi all, According to the docs, maven1 supported NTLM proxies. I cannot find anything definitive to say whether NTLM proxies are supported in maven2 though. In our case the ISA proxy also supports basic auth, but this also doesn't work - I suspect the underlying proxy code implementation in maven

Re: maven2 and NTLM

2006-12-13 Thread Barrie Treloar
On 12/13/06, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, According to the docs, maven1 supported NTLM proxies. I cannot find anything definitive to say whether NTLM proxies are supported in maven2 though. In our case the ISA proxy also supports basic auth, but this also doesn't work - I

Re: maven2 and NTLM

2006-12-13 Thread Brett Porter
In addition, Java 1.4+ support some NTLM servers OOTB by setting the correct system properties. This was one of the main reasons we never bothered requiring httpclient to support NTLM though we could optionally reintroduce it if there were demand. This is the first time I recall hearing

Re: maven2 and NTLM

2006-12-13 Thread Barrie Treloar
On 12/13/06, Brett Porter [EMAIL PROTECTED] wrote: In addition, Java 1.4+ support some NTLM servers OOTB by setting the correct system properties. This was one of the main reasons we never bothered requiring httpclient to support NTLM though we could optionally reintroduce it if there were

Re: maven2 and NTLM

2006-12-13 Thread Emmanuel Venisse
http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html Barrie Treloar a écrit : On 12/13/06, Brett Porter [EMAIL PROTECTED] wrote: In addition, Java 1.4+ support some NTLM servers OOTB by setting the correct system properties. This was one of the main reasons we never bothered requiring

Re: maven2 and NTLM

2006-12-13 Thread Brett Porter
google says... http.auth.ntlm.domain http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html Could be worth exposing this via the settings into the lightweight wagon, and passing the equivalent to the httpclient wagon via it's authenticators. - Brett On 13/12/2006, at 9:56 PM,

Re: maven2 and NTLM

2006-12-13 Thread Mykel Alvis
On 12/13/06, Brett Porter [EMAIL PROTECTED] wrote: google says... http.auth.ntlm.domain http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html Could be worth exposing this via the settings into the lightweight wagon, and passing the equivalent to the httpclient wagon via it's

Re: maven2 and NTLM

2006-12-13 Thread Mykel Alvis
Oops. Let me clarify. I did NOT ask about the 1.5 ntlm properties. I asked about NTLM authentication. Sorry. On 12/13/06, Mykel Alvis [EMAIL PROTECTED] wrote: On 12/13/06, Brett Porter [EMAIL PROTECTED] wrote: google says... http.auth.ntlm.domain