See http://java.sun.com/j2se/1.4.2/ReleaseNotes.html
and http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4857110 On Wed, 30 Jun 2004 09:32:56 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > > I wonder how they did it without requiring the additional host/domain > properties? > > I'm working off a patch as I have no access to an NTLM proxy. If > anyone can get httpclient to work through an NTLM proxy without > setting those variables, I'd be more than happy to apply it! > > Cheers, > Brett > > > > On Wed, 30 Jun 2004 09:22:32 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote: > > From memory, 1.4.x brought in NTLM support in the JDK. > > > > > > > > On Wed, 30 Jun 2004 09:20:26 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > > > > > > what's interesting is that it seemed NTLM proxies actually used to > > > work despite reports that they didn't... perhaps just some versions or > > > some java versions of HttpUrlConnection were'nt supporting it? > > > > > > Anyway, the support is explicit now - sorry if it broke this for > > > anyone, but hopefully it makes the behaviour more consistent! > > > > > > Cheers, > > > Brett > > > > > > > > > > > > On Tue, 29 Jun 2004 10:02:18 -0700 (PDT), Webb Morris > > > <[EMAIL PROTECTED]> wrote: > > > > That's correct, however I got a weird ClassCastException when I changed my > > > > properties. I finally > > > > tracked that down to having a variable as my username: > > > > > > > > user=me > > > > maven.proxy.host=proxy.mycomp.net > > > > maven.proxy.port=80 > > > > maven.proxy.username=${user} > > > > maven.proxy.password=mypassword > > > > maven.proxy.ntlm.domain=mycomp.net > > > > maven.proxy.ntlm.host=mymachine > > > > > > > > When I changed it to: > > > > > > > > maven.proxy.host=proxy.mycomp.net > > > > maven.proxy.port=80 > > > > maven.proxy.username=me > > > > maven.proxy.password=mypassword > > > > maven.proxy.ntlm.domain=mycomp.net > > > > maven.proxy.ntlm.host=mymachine > > > > > > > > It worked. > > > > > > > > Thanks for the help, > > > > > > > > WM > > > > > > > > > > > > --- [EMAIL PROTECTED] wrote: > > > > > I think you now need to set : > > > > > > > > > > maven.proxy.ntlm.host > > > > > > > > > > maven.proxy.ntlm.domain > > > > > > > > > > The doc has change : > > > > > http://maven.apache.org/reference/user-guide.html#Using_Proxies > > > > > > > > > > Nicolas > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Webb Morris <[EMAIL PROTECTED]> > > > > > 29/06/2004 17:57 > > > > > Veuillez rïpondre ï "Maven Users List" > > > > > > > > > > > > > > > > > > > > > > > Pour : [EMAIL PROTECTED] > > > > > cc : > > > > > Objet : proxy problem with RC4 > > > > > > > > > > > > > > > I know that someone was talking about this just yesterday, but I don't > > > > > remember the solution and > > > > > can't find it in the archives. > > > > > > > > > > I just upgraded to RC4 from RC2 and when I start maven, it can not get > > > > > past the proxy, for > > > > > instance: > > > > > > > > > > Attempting to download velocity-1.4-dev.jar. > > > > > Credentials cannot be used for NTLM authentication: > > > > > org.apache.commons.httpclien > > > > > t.UsernamePasswordCredentials > > > > > warning: last-modified not specified > > > > > Error retrieving artifact from > > > > > [http://www.ibiblio.org/maven/velocity/jars/veloc > > > > > ity-1.4-dev.jar]: java.io.IOException: Not authorized by proxy. > > > > > WARNING: Failed to download velocity-1.4-dev.jar. > > > > > > > > > > I haven't changed any of my proxy settings in build.properties. > > > > > > > > > > Please help! > > > > > > > > > > WM > > > > > > > > > > __________________________________________________ > > > > > Do You Yahoo!? > > > > > Tired of spam? Yahoo! Mail has the best spam protection around > > > > > http://mail.yahoo.com > > > > > > > > > > --------------------------------------------------------------------- > > > > > 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] > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Tired of spam? Yahoo! Mail has the best spam protection around > > > > http://mail.yahoo.com > > > > > > > > --------------------------------------------------------------------- > > > > 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] > > > > > > > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
