Webdav Access with Jakarta Slide on Windows Sharepoint

2006-07-06 Thread Mosimann Matthias
Hi Everyone I'm new to the list and new to jakarta slide and I have a problem. I wrote a small and simple webdav client in Java with the jakarta slide libraries. I want open a session to a Windows Sharepoint Workspace, upload only one file and close the session. Here is my code (I deleted the

AW: Webdav Access with Jakarta Slide on Windows Sharepoint

2006-07-06 Thread Mosimann Matthias
Hi Miguel First of all thank you for your answer. What exactly I have to turn off? How can I do that? regards Matthias -Ursprüngliche Nachricht- Von: Miguel Figueiredo [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 6. Juli 2006 10:31 An: 'Slide Users Mailing List' Betreff: RE:

RE: Webdav Access with Jakarta Slide on Windows Sharepoint

2006-07-06 Thread Miguel Figueiredo
Hello again, Try to turn off keep-alive connections and the Expect :100 Continue http header from being sent by the your client. Details of how to do that should be present on the Jakarta Commmons Http Client documentation (slide webdav client is based on that project). Hope this helps, Miguel