GET //__not HTTP/1.1
host: roshi.collab.net:8080
depth: 1

HTTP/1.1 403 Forbidden
Date: Thu, 31 Jan 2002 05:38:51 GMT
Server: Apache/2.0.31-dev (Unix) DAV/2 SVN/0.8.0
Vary: accept-language
Accept-Ranges: bytes
Content-Length: 810
Content-Type: text/html; charset=ISO-8859-1
...


Apache 1.3 would return 404 (Not Found) for this.

It is related to the double-slash. When I used just a single slash in the
request ("/__not"), then I would get a 404.

My wild guess is that the system sees "/" as the resource, and then does
(???) with the "/__not" part. I'm surprised that we haven't collapsed the
double-slash by the time request processing starts...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Reply via email to