RE: problems using https
"Ray Sprinkle" <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Authentication requires a challenge response to occur. The full payload is sent on the initial request, which is denied with a request for credentials. The followup request with credentials no longer has the payload because it was too large to buffer. I don't remember what the workaround is but you could try to authenticate to the server before the request so that the credentials are available when you do the put. -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, January 31, 2007 11:17 AM To: [email protected] Subject: problems using https I'm a complete newbie to slide. I'm using an HttpsURL to obtain a WebdavResource. When I try to do a putMethod(String, File) to copy a file to my WebDAV server, I get an exception with the message "Unbuffered entity enclosing request can not be repeated". I don't think this is an authentication problem; the list() method works correctly. Any advice on how to get past this problem? Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]