- From: Joe Orton <joe@orton.demon.co.uk>
- Date: 1999年12月11日 19:21:13 +0000
- To: webdav@zope.org
- Cc: w3c-dist-auth@w3c.org
- Message-ID: <19991211192113.B867@ankh.dunno.local>
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