Re: site-deploy using DAV with digest-auth

2009-09-29 Thread Marc Lustig
thanks Brett, I had a look in the httpd error_log. When using wagon-1.0-beta-2 the server logs: Digest: client used wrong authentication scheme `Basic': /test/ Apparently, it simply doesn't support digest auth. So I changed the extension to wagon-webdav-jackrabbit:1.0-beta-6 and now it works (af

Re: site-deploy using DAV with digest-auth

2009-09-27 Thread Brett Porter
It seems you have pegged the webdav provider to 1.0-beta-2. I'd suggest removing that build extension, or replacing it with: g: org.apache.maven.wagon a: wagon-webdav-jackrabbit v: 1.0-beta-6 Cheers, Brett On 25/09/2009, at 7:48 PM, Marc Lustig wrote: I tried using Mvn 2.2.1 and got the sam

Re: site-deploy using DAV with digest-auth

2009-09-25 Thread Marc Lustig
I tried using Mvn 2.2.1 and got the same error from the wagon plugin: [INFO] [site:deploy {execution: default-deploy}] WAGON_VERSION: 1.0-beta-2 http://ci1.xxx/test - Session: Opened Uploading: ./css/maven-base.css to http://ci1.xxx/test # Transfer error: org.apache.commons.httpclient.HttpExce

Re: site-deploy using DAV with digest-auth

2009-09-23 Thread Brett Porter
This is probably related to the authentication re-submissions that John worked on. Is it any better in Maven 2.2.1? - Brett On 23/09/2009, at 10:19 PM, Marc Lustig wrote: Hi, we have configured our httpd to use digest-authentication for dav write-operations. In the pom, we have configured