Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 40797 invoked from network); 12 Mar 2004 13:11:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Mar 2004 13:11:29 -0000 Received: (qmail 67790 invoked by uid 500); 12 Mar 2004 13:11:26 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 67702 invoked by uid 500); 12 Mar 2004 13:11:26 -0000 Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Commons HttpClient Project" Reply-To: "Commons HttpClient Project" Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 67681 invoked from network); 12 Mar 2004 13:11:25 -0000 Received: from unknown (HELO bruna.folhaweb.com.br) (200.155.42.1) by daedalus.apache.org with SMTP; 12 Mar 2004 13:11:25 -0000 Received: from muzilli by bruna.folhaweb.com.br <8.9.3/8.9.3> with ESMTP id KAA29802 for ; Fri, 12 Mar 2004 10:11:23 -0300 Message-Id: <200403121311.KAA29802@bruna.folhaweb.com.br> From: "Marcelo Muzilli \(IG\)" To: Subject: NTLM authenticity problem Date: Fri, 12 Mar 2004 10:10:59 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: High Thread-Index: AcQIM3YUinRl3dUDR+yWuA8Os4b2eg== X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Howdy people, I=B4m a newbie in Servlet programming and I need to develop a code to run in a Ms IIS Webserver (the code needs authenticate in the IIS using = the NTLM authentication protocol).=20 I found a code that will authenticate me but I have not success for this. I downloaded the .JAR and DOCs from the Jakarta homepage and if = you try to compile the following example code (found in the link http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples= /Al ternateAuthenticationExample.java), it returns na error because there is = no libs, listed above, inside the .JAR: import org.apache.commons.httpclient.UsernamePasswordCredentials; import org.apache.commons.httpclient.auth.AuthPolicy;=20 Please, where could I find it or please if somebody could help me?=20 Thanks in advance, Marcelo Muzilli --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org