Re: Upgrading chained response handlers to mod_perl2

2010-03-13 Thread Adam Prime
Iain Kennedy wrote: Hi, Is there a data structure that gets passed to each response handler in the chain that the processed file can be stored in (like $f->ctx)? Can the old mod_perl1 ->filter_input behaviour be done by manipulating the input_filter or output_filter stacks? Is what I'm trying

Re: Upgrading chained response handlers to mod_perl2

2010-03-13 Thread Iain Kennedy
Hi, Is there a data structure that gets passed to each response handler in the chain that the processed file can be stored in (like $f->ctx)? Can the old mod_perl1 ->filter_input behaviour be done by manipulating the input_filter or output_filter stacks? Is what I'm trying to do vaguely sane, ev