Zope: URI encoding problem

Against the server at webdav.zope.org:2518, I do a MKCOL on
/users/jorton/e<f/, which is sent encoded as /users/jorton/e%3cf/.
PROPFIND depth 1 on /users/jorton/ will return this correctly as:

<d:href>/users/jorton/e%3cf/</d:href>

But, PROPFIND depth 0 on /users/jorton/e%3cf/ returns it incorrectly, as:

<d:href>/users/jorton/e%253cf/</d:href>

which looks like it has been through the URI encoding routine twice (% ->
%25).

Regards,

joe

Received on Saturday, 11 December 1999 14:33:53 UTC