Clemens Feige wrote: > Regarding a possible patch, I fear to lack sufficient python knowledge, > although I have some experience with Regex. In which source file could > one find the Regex responsible for CamelCase detection?
I believe this is the code that handles the camelcase parsing: http://trac.edgewall.org/browser/branches/1.0-stable/trac/wiki/api.py?rev=11490&marks=344#L342 Looking at the annotated code, it looks like the bug you reported was introduced in [9252], where we fixed the regexps to prevent DOSing Trac through regexp parsing. http://trac.edgewall.org/changeset/9252 -- Remy
signature.asc
Description: OpenPGP digital signature
