https://issues.apache.org/bugzilla/show_bug.cgi?id=56503
--- Comment #2 from Edward Lu <[email protected]> --- ap_soak_end_container() throws away anything that isn't a "<Container>" or "</Container>" directive, so the ap_resolve_env() would only have an impact if a var was defined to one of those. I'm not sure if there's any other use cases that I'm missing, but simply removing the ap_resolve_env() call doesn't seem like it would be much of an issue. An alternative would be to ignore undefined vars in an <IfX> container, but this would require some restructuring of ap_resolve_env(), which currently doesn't have a mechanism for that. -- 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]
