RE: [mp2] Re-using POST data between input handler/filter

2005-11-03 Thread Stone, Derrick J *HS
:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 11:18 AM To: modperl@perl.apache.org Subject: [mp2] Re-using POST data between input handler/filter Hi list, I have a PerlAccessHandler which needs a copy of the POST data from the client in order to perform some validation. If the POST data

RE: [mp2] Re-using POST data between input handler/filter

2005-11-03 Thread Stone, Derrick J *HS
-Original Message- From: Stone, Derrick J *HS [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 10:29 AM To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: RE: [mp2] Re-using POST data between input handler/filter I believe I'm having a similar problem. Mod_perl is used

Re: [mp2] Re-using POST data between input handler/filter

2005-11-03 Thread Dan Axtell
I'm currently having a similar problem with mod_perl 2.0.2 and Apache2::AuthCookie 3.08. Adding enctype = application/x-www-form-urlencoded to the form doesn't help. AuthCookie is losing the login form variables when it's set up with the POST method. In the code, the form submit handler is

[mp2] Re-using POST data between input handler/filter

2005-11-02 Thread Srebrenko Sehic
Hi list, I have a PerlAccessHandler which needs a copy of the POST data from the client in order to perform some validation. If the POST data is valid, the request is passed to mod_proxy which sends it to the backend server (filter returns Apache2::Const::OK) If the POST data is invalid, it