Re: NTLM authenticity problem

2004-03-12 Thread Ortwin Glück
Get HttpClient from here: http://jakarta.apache.org/commons/httpclient/downloads.html Make sure you put the jar file on your classpath. Ortwin Glück Marcelo Muzilli (IG) wrote: Howdy people, I´m a newbie in Servlet programming and I need to develop a code to run in a Ms IIS Webserver (the

RE: NTLM authenticity problem

2004-03-12 Thread Kalnichevski, Oleg
: Commons HttpClient Project Assunto: Re: NTLM authenticity problem Get HttpClient from here: http://jakarta.apache.org/commons/httpclient/downloads.html Make sure you put the jar file on your classpath. Ortwin Glück Marcelo Muzilli (IG) wrote: Howdy people, I´m a newbie in Servlet

RE: NTLM authenticity problem

2004-03-12 Thread Kalnichevski, Oleg
, 12 de março de 2004 10:43 Para: Commons HttpClient Project Assunto: RE: NTLM authenticity problem Marcelo, AuthPolicy has been introduced in the development (post 2.0) version of HttpClient which is currently in pre alpha development stage. It is not present in the 2.0 (stable) version

RE: NTLM authenticity problem

2004-03-12 Thread Kalnichevski, Oleg
loggin in the IIS webserver using Java servlet technology? Marcelo -Mensagem original- De: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 12 de março de 2004 11:00 Para: Commons HttpClient Project Assunto: RE: NTLM authenticity problem Have a look at the following

RE: NTLM authenticity problem

2004-03-12 Thread Kalnichevski, Oleg
, password) ); ... The IP number is my IIS Webserver. Marcelo Muzilli -Mensagem original- De: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 12 de março de 2004 13:17 Para: Commons HttpClient Project Assunto: RE: NTLM authenticity problem Marcelo