Filter '"' in filenames.
Thu Feb 23 18:34:51 UTC 2006 Alberto Bertogli <albertogli@telpin.com.ar>
* Filter '"' in filenames.
For security, don't allow '"' in filenames.
If there is high demand, some alternative workaround could be implemented.
hunk ./darcsweb.cgi 69
- if '..' in s:
+ if '..' in s or '"' in s: