https://bz.apache.org/bugzilla/show_bug.cgi?id=53483
--- Comment #13 from Rich Bowen <rbo...@apache.org> --- I've patched a bunch of different places, but I haven't yet done the (?:$|/) stuff. So, I'm going to leave this ticket open for now, because I lack time to complete it thoroughly. To summarize: There are some regexes in *Match directive examples where the trailing slash is left off, so that it could match unintended extra characters. In these cases, we (might) want to put either (?:$|/) - a non-capturing "/ or end of string" pattern - or simply a [/$] on the end of it, to ensure that it matches *only* what we intend. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org