It seems from the code, that any headers an input filter would like to insert in the environment won't be inserted.
This is because by the time the input filter has been called (ap_get_brigade on line 696) the environment has been finalized (line with run_cgi_child:ap_create_privileged_process, line 487).
What is the recommended way for an input filter to insert data into headers_in so that it is available for all handlers?
--
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2



Reply via email to