https://bz.apache.org/bugzilla/show_bug.cgi?id=66119

--- Comment #4 from Ruediger Pluem <rpl...@apache.org> ---
Can you please modify the regex from
^((?!/errors/).)*$

to 

^(?!/errors/)(.*)$

This is not about discussing which regular expression could be better or more
"correct". It should check if just the length of the string causes the failure
or if it is related to the high number of captures in the first regexp with
longer strings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to