Re: Pre-processing the request body

2010-04-21 Thread Michael Ludwig
Am 21.04.2010 um 18:57 schrieb Jeff McCarrell: > If you are the type that likes to buy books, let me give a shout out to _ > mod_perl 2 User's Guide _ by Stas Bekman and Jim Brandt. I think it's almost identical to the online version: http://perl.apache.org/docs/2.0/user/index.html > I notice C

Re: Pre-processing the request body

2010-04-21 Thread Jeff McCarrell
Hey John If you are the type that likes to buy books, let me give a shout out to _ mod_perl 2 User's Guide _ by Stas Bekman and Jim Brandt. It has helped me a lot to leverage the power available in mp2. I notice Ch 6 of that book: Input and Output filters, with subsections: I/O Filtering Concep

Pre-processing the request body

2010-04-21 Thread John ORourke
Hi folks, I have a mod-perl app on the receiving end of a POST from a credit card company, and they are sending the data as application/x-www-form-urlencoded but they aren't URL-encoding UTF-8 characters. When I give that malformed data to Apache2::Request it refuses to see any POST variables ata