https://bz.apache.org/bugzilla/show_bug.cgi?id=59660
Bug ID: 59660
Summary: mod_macro: Control on bad nesting
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Other Modules
Assignee: [email protected]
Reporter: [email protected]
mod_macro checks that nesting is complete inside a macro.
This looks a good default, however there are some cases where we want this and
it generates a warning for nothing.
Ex:
<Macro MyBeginVhost @name @ip_port>
<VirtualHost @ip_port>
ServerName @name
...
</Macro>
I'd like to add an option to suppress this warning when we need it.
The simplest option I see would be to add something on the macro definition
line itself. Because we may need some other options later, I guess a "flag"
would be the most generic approach.
What syntax would be the best one? maybe a (one character) /option after the
Macro keyword? Ex: "<Macro/n ...>" (and later "<Macro/ni ..." if we add another
flag)
--
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]