You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Ingo Brunberg <ib...@fiz-chemie.de> on 2003/02/07 11:22:43 UTC

More bugs in webdav client

Hi Slide developers,

I have found two more bugs in the webdav client.
The first one is closely related to the bug reported by Martin
Dulisch. In WebdavResource.moveMethod(String destination) refresh() is
called after moving the resource. Unfortunately it tries a Propfind
with the old and no more existent HttpURL.

The second one is that the uncheckoutMethod() failes. I am not quite
sure, wether this bug is caused by the new commons-httpclient, Tomcat
(I am using Tomcat 4.1.18.) or Slide. The request that gets send looks
like this:

UNCHECKOUT /slide/files/testDir1/test2 HTTP/1.1
Host: localhost:8079
User-Agent: Jakarta Commons-HttpClient/2.0M1
Cookie: $Version=0; JSESSIONID=4707240AF538B43A51AD7308A0505E8C; $Path=/slide

The answer is this:

HTTP/1.1 400 Bad Request: Error on line 1: Dokumentwurzelelement fehlt
Pragma: No-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: de-DE
Transfer-Encoding: chunked
Date: Fri, 07 Feb 2003 10:15:05 GMT
Server: Apache Coyote/1.0

369
<html><head><title>Apache Tomcat/4.1.18-LE-jdk14 - Error report</title><STYLE><!--H1{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} H3{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} BODY{font-family : sans-serif,Arial,Tahoma;color : black;background-color : white;} B{color : white;background-color : #0086b2;} HR{color : #0086b2;} --></STYLE> </head><body><h1>HTTP Status 400 - Bad Request: Error on line 1: Dokumentwurzelelement fehlt</h1><HR size="1" noshade><p><b>type</b> Status report</p><p><b>message</b> <u>Bad Request: Error on line 1: Dokumentwurzelelement fehlt</u></p><p><b>description</b> <u>The request sent by the client was syntactically incorrect (Bad Request: Error on line 1: Dokumentwurzelelement fehlt).</u></p><HR size="1" noshade><h3>Apache Tomcat/4.1.18-LE-jdk14</h3></body></html>
0

Regards,
Ingo


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org