https://issues.apache.org/bugzilla/show_bug.cgi?id=47447
--- Comment #2 from Will Rowe <[email protected]> 2009-09-24 22:32:34 PDT --- Here's my problem with the RequestHeader hacks. They are hacks. We have a whole registration system to provide additional providers to %* log formats, and no way to then expose those to other modules providing %escape features like RequestHeader. I had a solution for X-FF based on picking one of these up, and lo and behold, there is no API in mod_log_config to recover all the useful extensions added to logging. The right way to fix this is to move the %escape registration from the mod_log_config to the core, and let every module who wants to call out to a new provider in the core which collects all available features. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
