Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 24430 invoked from network); 1 Aug 2008 08:38:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 08:38:45 -0000 Received: (qmail 56966 invoked by uid 500); 1 Aug 2008 08:38:43 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 56944 invoked by uid 500); 1 Aug 2008 08:38:43 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 56931 invoked by uid 99); 1 Aug 2008 08:38:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 01:38:43 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [217.114.0.99] (HELO sun.sky.ru) (217.114.0.99) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 08:37:46 +0000 Received: from localhost (localhost [127.0.0.1]) by sun.sky.ru (Postfix) with ESMTP id 6C9A613C966 for ; Fri, 1 Aug 2008 14:37:02 +0600 (YEKST) Received: from sun.sky.ru ([127.0.0.1]) by localhost (sun [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19392-22 for ; Fri, 1 Aug 2008 14:37:02 +0600 (YEKST) Received: from [217.144.177.24] (24.177-144-217.sky.ru [217.144.177.24]) by sun.sky.ru (Postfix) with ESMTP id 3C9E813C46F for ; Fri, 1 Aug 2008 14:37:02 +0600 (YEKST) Message-ID: <4892CB31.4010609@apache.org> Date: Fri, 01 Aug 2008 12:37:05 +0400 From: Oleg Kalnichevski User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: HttpClient User Discussion Subject: Re: NTLM authentication in 4.x References: <48909420.1010905@sebster.com> <4891835A.3060002@sebster.com> In-Reply-To: <4891835A.3060002@sebster.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by antivirus at . X-Virus-Checked: Checked by ClamAV on apache.org Sebastiaan van Erk wrote: > Hi, > > As far as I can see, the NTLM support is available in > 4.0-alpha5-SNAPSHOT. Is there any maven repository I can use to get > the snapshot builds, or do I have to get the SVN version and build it > myself? > Sebastiaan You can get the latest snapshots from the official Apache snapshot repository http://people.apache.org/repo/m2-snapshot-repository/ Oleg > Regards, > Sebastiaan > > Sebastiaan van Erk wrote: >> Hi, >> >> Unfortunately I need to implement NTLM authentication. >> >> I've read the page: >> >> http://hc.apache.org/httpcomponents-client/ntlm.html >> >> and I'm trying to implement it accordingly, but I have the problem >> that the NTLMEngine interface is not found. >> >> I'm using httpcore-4.0-beta2 and httpclient-4.0-alpha4 and I do not >> see newer versions via the www.mvnrepository.com site (nor published >> on the httpclient website). >> >> Do I need to use a snapshot version? Or do I need to use a special >> maven repository? >> >> Any pointers are greatly appreciated! >> >> Regards, >> Sebastiaan --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org