-
Is there any sample code available for HTTP authentication with webdavclient4j?.
2009-10-13 06:32:19 UTC by haba713
-
I have tried to set a property of a WebDAV resource using version 0.92. This attempt fails because WebdavFileObject.getContent() returns a DefaultFileContent object which (of course) doesn't support setAttribute().
Are there any plans to fix it?
Ingo.
2009-05-28 14:55:09 UTC by xixxix
-
I also have problems with NTLM.
The native Java net things have an auth layer for Windows. For example you can make a connection like:
System.setProperty("https.proxyHost", "<proxyhost>");
System.setProperty("https.proxyPort", "<proxyport>");
System.setProperty("http.proxyHost"...
2009-03-19 16:41:53 UTC by schwinni77
-
Hi, xaratas,
I experienced the same problems, but I figured it out. My experience may be helpful for you.
Examine the following aspects to make sure your lock/unlock method works,
1. Configuration of the WebDAV server on Linux box
a) 'DAVLockDB' should be configured at the root level in httpd.conf;
b) Make sure your WebDAV allow specific users to log in, i.e. 'Limit' or...
2009-03-12 07:37:08 UTC by rzhu
-
Is there a working version of this now?.
2009-02-18 18:26:51 UTC by dalbert78
-
What WebdavResource is being used here? Tried it and I'm getting some errors saying that the constructor WebdavResource(HttpURL) is undefined. I used the jars in the project.
2009-02-18 18:22:08 UTC by dalbert78
-
Hello!
I am not sure this is the place to ask, but I'll try.
Can someone provide a sample code to get .eml files from Inbox folder of MS Exchange server. Only OWA via https is enabled.
My code is like one above:
HttpURL url = new HttpsURL("https://mail.somecompany.com");
url.setUserinfo("testuser", "userpassword");...
2009-02-06 01:02:34 UTC by gofri
-
jasonharrop committed revision 74 to the webdavclient4j SVN repository, changing 3 files.
2008-11-11 08:19:30 UTC by jasonharrop
-
jasonharrop committed revision 73 to the webdavclient4j SVN repository, changing 0 files.
2008-11-11 08:18:23 UTC by jasonharrop
-
jasonharrop committed revision 72 to the webdavclient4j SVN repository, changing 3 files.
2008-11-11 08:17:58 UTC by jasonharrop