https://issues.apache.org/bugzilla/show_bug.cgi?id=50525
--- Comment #2 from Eric Covener <[email protected]> 2010-12-28 18:03:29 EST --- This is quite broken on a number of levels, but maybe can be made better. Apache uses two locations to store output headers, and currently mod_headers treats one of them as "onsuccess" and another as "always" but this is not how apache modules use them. mod_headers needs to try harder to treat "always" (or some new cop-out option) as "modify both carefully". When mod_headers is asked to... append [always], it still might not choose so well. add/remove [always], it should be able to figure out the right thing edit [always], it should try to edit both -- 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]
