[Bug 70061] RewriteRule Directive: "!" (no match) modifier confused with Pattern
[email protected] Thu, 21 May 2026 16:21:32 +0000
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=70061 --- Comment #2 from Rich Bowen <[email protected]> --- The pattern either matches, or it does not. Regex does not have a concept of "at least one match." It's either 1 or 0, and backreferences are only defined if there is a match. -- You are receiving this mail because: You are the assignee for the bug.