Hello, I am using the excellent Apache2::Request module.
I'm writing a mod_perl2 authen handler. I'd like to be able to modify the value of, or delete, a parameter and then allow the request to be further processed by the mod_jk response handler. Based on my reading it looks like it should be easy to handle requests sent with the GET method. However, I've also got to be able to handle the POST method. Based on my testing of the POST method I see the following error message in the apache2 error log: Can't locate object method "STORE" via package "APR::Request::Param::Table" My reading suggests to me that it is not possible to modify the value of, or remove, a parameter in the body of a POST request and pass that modified body to mod_jk. Is this true? -James IMPORTANT NOTICE REGARDING THIS ELECTRONIC MESSAGE: This message is intended for the use of the person to whom it is addressed and may contain information that is privileged, confidential, and protected from disclosure under applicable law. If you are not the intended recipient, your use of this message for any purpose is strictly prohibited. If you have received this communication in error, please delete the message and notify the sender so that we may correct our records.