[Bug 70084] rewrite recipe for ACME challenge exemption failing
[email protected] Thu, 28 May 2026 00:26:18 +0000
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=70084 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #2 from [email protected] --- Thanks for taking care so quickly. Unfortunately, I can't confirm this change to be fixing the issue. In the given regular expression there is only one group which is a negative lookahead. Lookarounds are non-capturing groups as they don't consume characters. In the result $1 is undefined. -- You are receiving this mail because: You are the assignee for the bug.