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: Brian.Jeltema Sun.COM [mailto:Brian.Jeltema Sun.COM]
Sent: Wednesday, January 31, 2007 11:17 AM
To: slide-user jakarta.apache.org
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: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|