> > i'm actually really early on in this project, and could switch over to
> > apache/mod_perl 2 without much fuss and use an input filter.
> 
> That would probably be best if it truly has to be transparent and you
> need to modify content and not just args.

yes, as long as i can trap the entire request body before ferrying
it on to the next handler. the only examples i've seen have been
per-chunk/bucket. the idea was basically to take the content of a
specific POST, reformat it and turn it into a PUT to be handled by
an entirely separate module, that may or may not know about where
to go looking for the content.

thanks for the insight

.d

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to