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

            Bug ID: 65761
           Summary: process_tags is not called in subs/regex (edit) -
                    Enhancement Request
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_headers
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

First a little example of the functionality that I'd like to achieve:
  Header edit Location "%{HOST}e:8080" "%{HOST}e"

This doesn't work because the regex corresponding to "%{HOST}e:8080" is
pre-compiled at config time (for obvious performance reasons).

It would be very handy, only when the value contains tags, to delay the regex
compilation to run-time. Note that this is exactly what is done in
mod_security2.
We would have the best of both world: pre-compiled regex when possible, and
full functionality when needed.

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