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 > > 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 Actually, I asked about this a few times in the last 6 months to no avail. I tried making a wagon impl for dav that used the commons http client ntlm auth, but I never got it to work, and with low response signal from the lists coupled with the tight-ish timeframes I had to work with, I had to abandon that path entirely. If the ntlm auth capabilities could be introduced into the lightweight wagon, that might solve my issue for downloads, but probably not for dav which was my target issue before. I'd be interested to see the results. On 13/12/2006, at 9:56 PM, Barrie Treloar wrote: > > > 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 demand. This is the first > >> time I recall hearing about it in a year as opposed to when m1 was > >> coming out and it was a weekly question. > > > > Do you know what settings you need to use? > > Finding this information out is worse than needles and haystacks. > > > > Ta > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- I'm just an unfrozen caveman software developer. I don't understand your strange, "modern" ways.
-- I'm just an unfrozen caveman software developer. I don't understand your strange, "modern" ways.