As long as the URI/path provided to the resolveFile-like methods contains the user id and password, I've been successful getting stuff from webdav via the VFS APIs. However, as soon as I start using some of the other methods on a returned FileObject (for example: getContent().getAttributes()), I see this kind of error in my log.
02 Sep 2010 15:43:25.937 DEBUG << "HTTP/1.1 401 Unauthorized[\r][\n]" I've tried setting up the UserAuthenticator on the DefaultFileSystemConfigBuilder and the proxy authentication on the WebdavFileSystemConfigBuilder to no avail. Where should I be supplying the authentication information? -- View this message in context: http://apache-commons.680414.n4.nabble.com/VFS-trunk-webdav-auth-challenges-not-provided-credentials-tp2524974p2524974.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
