Joachim Martin wrote:
Hi,

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?

Create a cookie object (org.apache.commons.httpclient.Cookie), then call

webdavresource.retrieveSessionInstance().getState().addCookie(cookie);

Mike


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to