Somewhere in the testsuite the content length for
Propfind is set wrong, if no request body is 
set. See the second PROPFIND in testcase
functional/msexplorer/multi-user/dragAndDropSmall.xml.
The test processor (or the client library) will interpret
this as a propfind all, but does not set the content length
properly.

See this TCP dump for TProcessor.pl -pattern 
'*cases/functional/msexplorer/multi-user/dragAndDropSmall.xml' 

============
...
PROPFIND /slide/files/test HTTP/1.1
Content-Length: 0
Content-Type: text/xml
User-Agent: Jakarta Slide TProcessor dragAndDropSmall.xml
Host: localhost:8080
Cookie: $Version=0; JSESSIONID=1r4rkmiper1b4; $Path=/slide
Depth: 0

<?xml version="1.0" encoding="utf-8" ?><D:propfind 
xmlns:D="DAV:"><D:allprop/></D:propfind>
===============

Jetty would interpret the body as the start of a new HTTP request and return a 
"Method Not Allowed"  (405). 


Happy New Year

    Martin


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

Reply via email to