https://bz.apache.org/bugzilla/show_bug.cgi?id=66119
--- Comment #6 from Ruediger Pluem <rpl...@apache.org> --- (In reply to Krystian Nowak from comment #5) > (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). I understand, but for further investigations I would like to understand if the regexp I gave you fails in the same way. If it does not the issue might be caused by the high number of captures and thus gives a pointer where to search in the code for an issue. -- 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