On Oct 8, 2009, at 7:09 PM, Eduardo Segura wrote:

Hi there,

I'm using the webdav client to connect to a sharepoint server. I see that in:

org.apache.commons.vfs.provider.http.HttpClientFactory createConnection(...)

is using only UsernamePasswordCredentials. I've modified this code to
also use NTCredentials
(for my own custom build). I was wondering if this is something that
would be valuable to add to the codebase.
From my understanding of the code, I see that the
UserAuthenticationData.DOMAIN value is not being
passed explicitly to createConnection(), which makes it difficult to
create the NTCredential.

Is this something worth adding? Are there implications?


Please provide a patch and some sort of test case. I'll be happy to look at adding it when I get a chance.

Ralph


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to