hi,

    I can't connect the dav-implementation of libwww
    ( http://www.w3.org/Library/ ) to slide. Since the
    implementation claims to be a reference of some
    kind I expected it to work.

    Tomcat Webdav works fine for both installatoins,
    so this doesn't seem to be a tomcat problem.

    [Slide 1.0.36]
    Authentication works but propfind is answered by
    a "400: No detailed message" and
    org.apache.slide.webdav.WebdavException: Bad Request
    in the slide logs.
   
    [Slide 2.0]
    Authentication works but propfind is answered by
    a "505 HTTP Version not supported (HTTP Version Not Supported)"
   
    The davsample of libwww generates the following http-request:
============
PROPFIND /slide/files HTTP/1.1
Accept: text/xml
Accept-Encoding: deflate
TE: trailers,deflate
Authorization: Basic cm9vdDpyb290
Expect: 100-continue
Host: localhost:8090
User-Agent: DAVSample/2.0 libwww/5.4.0
Cache-Control: no-cache
Connection: TE,Keep-Alive
Pragma: no-cache
Depth: 1
Content-Length: 98
Content-Type: text/xml
<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
  <D:allprop />
</D:propfind>
=============  

    Any Ideas? Are there any HTTP-Options not supported by
    slide?

    Thomas   

   




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to