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

            Bug ID: 59299
           Summary: mod_macro syntax clash
           Product: Apache httpd-2
           Version: 2.4.18
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other Modules
          Assignee: [email protected]
          Reporter: [email protected]

${...} clashes with mod_define
%{...} clashes with mod_rewrite
We should have a different character that is not used by any module (like ~)
for unescaped characters (and recommendations about $ and % should be removed)

Remark: enclosing the parameter name in braces is needed to concatenate a
string with another one but it may be replaced, for instance, by $(param) or
$[param]

-- 
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