Article:
 |
|
Sliding into WebDAV
|
| Subject: |
|
Running Example with Microsoft Exchange Server |
| Date: |
|
2004-01-15 17:01:08 |
| From: |
|
reiners
|
|
|
|
Has anyone got the example working with Microsoft Exchange Server? I get the following error when I try:
org.apache.commons.httpclient.HttpException: Bad Set-Cookie header: sessionid=e9d81ac0-2f67-4572-9018-3ebb2240c1fe,0x0; path=/exchange/db2admin
Missing value for cookie '0x0'
at org.apache.commons.httpclient.Cookie.parse(Cookie.java:381)
at org.apache.commons.httpclient.HttpClient.parseHeaders(HttpClient.java:1170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:492)
at org.apache.webdav.lib.WebdavResource.getMethod(WebdavResource.java:2113)
at org.apache.webdav.lib.WebdavResource.getMethod(WebdavResource.java:2092)
at SlideTest.main(SlideTest.java:22)
|
Showing messages 1 through 2 of 2.
-
Running Example with Microsoft Exchange Server
2004-02-06 12:22:28
kirk_donovan
[View]
Check out the documentation for Apache's HttpClient Cookies at: http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/cookie/package-summary.html
It might shed some light on your problem.
Andrew