RE: Re: The Data Sanitization Plan
From: Bill Tutt <rassilon_at_lyra.org>
Date: 2002-06-25 22:55:23 CEST
> From: Greg Stein [mailto:gstein@lyra.org]
Ick. No way. No typing in of URL escapes. That's EVIL to our users.
svn diff -r3:4 'http://path/to/my file' should be perfectly acceptable
The really icky part I see here isn't the question mark related one.
Should it escape the % or not? We don't want the URI accidentally double
Of course, just to be annoying, there could theoretically be a file
I'd tend towards this heuristic for deciding whether to escape the URI
This escapes most of the data when necessary and still allows a little
The only other alternative to that is a stat() like approach. i.e. see
Bill
---------------------------------------------------------------------
|
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.