09-07-04 10:53 PM
I have setup a simple Apache 2.0 server and enabled webdav as:
# WebDAV configuration
DavLockDB "C:/Program Files/Apache/Apache2/WebDav/LockDB"
<Location /webdav>
Dav On
</Location>
I can connect and browse the server with DAVExplorer
(http://www.ics.uci.edu/~webdav/) but when I use the Slide
command-line client (or the Slide APIs from my own client) it fails to
connect:
c:\SlideClient\bin>run
[ Slide ] $ open http://bass/webdav
connect http://bass/webdav
Sep 7, 2004 4:07:27 PM org.apache.commons.httpclient.HttpMethodBase
processRedirectResponse
INFO: Redirect requested but followRedirects is disabled
Warning: null
[ Slide ] $
Any idea what the problem is here? The Slide client API docs are
really poor...
-Mark
[ Post a follow-up to this message ]
|