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

--- Comment #5 from Krystian Nowak <[email protected]> ---
(In reply to Ruediger Pluem from comment #4)
> 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.

Thanks Ruediger, yes, thank you, the regexp in the example has been already
fixed.
But is has been given here as an example only to ask why it started to fail
from Apache HTTPD 2.4.53 on and only in threaded MPM modes, whereas it was not
failing up till 2.4.52 (in any mode of MPM).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to