I recently discovered and began using Slide in a Java application that needs to (among other things) mirror a directory tree to a WebDAV server. Everything works great, for a while. Then, it starts spewing a few dozen warnings to the console:
Jul 26, 2004 3:26:33 PM org.apache.commons.httpclient.HttpMethodBase readResponse INFO: Discarding unexpected response: HTTP/1.1 100 Continue Jul 26, 2004 3:26:33 PM org.apache.commons.httpclient.HttpMethodBase readResponse INFO: Discarding unexpected response: HTTP/1.1 100 Continue Jul 26, 2004 3:26:33 PM org.apache.commons.httpclient.HttpMethodBase readResponse INFO: Discarding unexpected response: HTTP/1.1 100 Continue Eventually, the connection shuts down: Jul 26, 2004 3:26:33 PM org.apache.commons.httpclient.HttpMethodBase processRequest INFO: Recoverable exception caught when processing request Jul 26, 2004 3:26:33 PM org.apache.commons.httpclient.HttpMethodBase processRequest WARNING: Recoverable exception caught but MethodRetryHandler.retryMethod() returned false, rethrowing exception org.apache.commons.httpclient.HttpRecoverableException: java.net.SocketException: Software caused connection abort: recv failed Glancing over at my (IIS5) server logs, I see that the server, after lots of successful PUTs, suddenly decides to start sending 403 Forbidden instead: 20:26:32 127.0.0.1 PUT /WebDAVTest/content/nanovault/nanofiles/moviesContent/comedy.html 201 20:26:32 127.0.0.1 PUT /WebDAVTest/content/nanovault/nanofiles/moviesContent/drama.html 201 20:26:32 127.0.0.1 PUT /WebDAVTest/content/nanovault/nanofiles/moviesContent/frameAction.html 201 20:26:32 127.0.0.1 PUT /WebDAVTest/content/nanovault/nanofiles/moviesContent/frameAnimated.html 403 Does anyone have any clue what's going on here? This is all the latest version of Slide and Java, of course. I've been banging my head on it for several days with no success, and I can't find any discussion of such issues in the FAQs or list archives... --Matthew Beermann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]