https://bz.apache.org/bugzilla/show_bug.cgi?id=59299
--- Comment #3 from Eric Covener <[email protected]> --- lost track of this one... (In reply to Marc Stern from comment #2) > Example of clash: > <Macro rewriteme ... %{condvar} ...> > RewriteCond %{condvar} %condval > > You expect %{condvar} to be a macro parameter but it will maybe be replaced > because we defined somewhere else "Define codvar ...". > Quite tricky to troubleshoot. I'm confused, did you have a typo above? The core only expands mod_define variable with ${...} which is not used. How does %{condvar} get expanded incorrectly there? It is not expanded like e.g. #define in the C preprocessor. Do you have a more comprehensive example that fails? -- 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]
