Hi,Create a cookie object (org.apache.commons.httpclient.Cookie), then call
I need to add an HTTP Cookie to my WebDAV request. We have a single-signon system that is cookie based, and I need to send a cookie along with the request to the WebDAV server.
Is there any way to add a cookie to the request using WebdavResource?
webdavresource.retrieveSessionInstance().getState().addCookie(cookie);
Mike
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
