Dan Diephouse wrote:
> I'm sure this is really stupid of me, but I having some problems
> with the webdav client lib and I am at the end of my rope in trying to
> explain it! Also, if I should be posting to the http-commons list, let
> me know... Anyway, here is the flow of things:
>
> 1) user browses to a web page and uploads a file through html forms
> 2) the servlet stores the file
> 3) I take the input stream and give it to the
> WebdavResource.putMethod(InputStream)
> 4) Everything works great, unless the file is over 120kb!?!?!?! Then I
> get the following exception:
>
> org.apache.commons.httpclient.HttpException: Unable to process request
> at
>org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:615)
> at org.apache.webdav.lib.WebdavResource.putMethod(WebdavResource.java:2319)
> at org.apache.webdav.lib.WebdavResource.putMethod(WebdavResource.java:2295)
>
> Arghh...But it works fine with files less then 120kb (rough estimate)...
> Can anyone give me any insight into this????
Could be several things... can't really say
I need to know what version you are using before I can look at you stack trace.
If you could send a test program, that would make debugging this problem easier.
Dirk