Re: Bug, bug, bug...I think
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-09-19 03:50:50 CEST
On Tue, Sep 18, 2001 at 03:42:35PM -0500, cmpilato@collab.net wrote:
Yup. We aren't URI-escaping the value properly.
Note that we would need to URI-escape the value *before* appending the
Thus: it extends a bit further than ra_dav, unfortunately :-(
Log an issue, and we probably ought to mention it in the "inconveniences"
Here is the BNF for path components in a URI. "pchar" is a character in a
pchar = unreserved | escaped |
unreserved = alphanum | mark
Note that "escaped" doesn't really apply to what users can put in their
alphanum | mark | ":" | "@" | "&" | "=" | "+" | "$" | ","
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:41 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.