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

Reply via email to