Return-Path: Delivered-To: apmail-maven-wagon-dev-archive@www.apache.org Received: (qmail 2278 invoked from network); 14 Sep 2006 20:31:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2006 20:31:13 -0000 Received: (qmail 55898 invoked by uid 500); 14 Sep 2006 20:31:13 -0000 Delivered-To: apmail-maven-wagon-dev-archive@maven.apache.org Received: (qmail 55854 invoked by uid 500); 14 Sep 2006 20:31:12 -0000 Mailing-List: contact wagon-dev-help@maven.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: wagon-dev@maven.apache.org List-Id: "Maven Wagon Developers List" Delivered-To: mailing list wagon-dev@maven.apache.org Received: (qmail 55836 invoked by uid 99); 14 Sep 2006 20:31:12 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2006 13:31:12 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=mykel.alvis@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_20_30,HTML_MESSAGE,RCVD_BY_IP DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from ([64.233.182.188:17807] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 34/90-07289-EBBB9054 for ; Thu, 14 Sep 2006 13:31:06 -0700 Received: by nf-out-0910.google.com with SMTP id l23so2336434nfc for ; Thu, 14 Sep 2006 13:29:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=ObAa0yxpnFLqJkdnlAOrvA5BFBvlQ8Wc0iov81SAhgbaQOW7m9DNqe1TIuQ6xZFjyMDXcT+vy/TuIu22p4h9M3CvF6icWzRrICfNH4BrhVQBsdoLj3okiDrwbWiPOirnBgE2YAAyOllz+iIPlMHpQ51YzvmRHHZLGOORV4vqe0Q= Received: by 10.49.29.2 with SMTP id g2mr12557762nfj; Thu, 14 Sep 2006 13:29:47 -0700 (PDT) Received: by 10.49.71.8 with HTTP; Thu, 14 Sep 2006 13:29:47 -0700 (PDT) Message-ID: Date: Thu, 14 Sep 2006 15:29:47 -0500 From: "Mykel Alvis" Sender: mykel.alvis@gmail.com To: MavenDev , MavenWagonDev , MavenWagonUsers Subject: Wagon and WebDav NTLM authentication MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_130611_22439965.1158265787737" X-Google-Sender-Auth: ccdb381dacfedbdf X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_130611_22439965.1158265787737 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Two questions: Is the webdav wagon still under developement? The web site for wagon in general seems sketchy, with a lot of broken links and possibly erroneous information. I'm working on a patch to allow the webdav wagon to authenticate to an NTLM-authorized DAV resource. Am I wasting my time and this is somehow possible with the current webdav wagon? I get an error (that I can't remember now that I'm at home) about cannot use credentials for an NTLM authentication. I found an article about Slide [1] and a forum comment [2] about building an NTCredentials object to use with NTLM but I don't really know how to distinguish between a need for NTLM credentials and non-NTLM. Maybe if you build an NTLM credentials and populate it all properly, that Credentials will work with non-NTLM auths but I don't know. I'm going to test that theory tomorrow morning. Maybe there just needs to be an "ntlmdav" provider type. Any additional data would be helpful, since I'm not an expert in wagon, DAV, or NTLM authentication. Thanks, Mykel [1] Sliding into DAV by Andrew Anderson ( http://www.onjava.com/pub/a/onjava/2003/12/23/slide.html ) [2] Posting http://www.oreillynet.com/cs/user/view/cs_msg/66878 -- I'm just an unfrozen caveman software developer. I don't understand your strange, "modern" ways. ------=_Part_130611_22439965.1158265787737--