RE: POST method and PerlAuthenHandler

2011-02-02 Thread James B. Muir
e.org Subject: Re: POST method and PerlAuthenHandler Use apreq. From: James B. Muir To: "modperl@perl.apache.org" Sent: Thu, January 27, 2011 11:08:24 AM Subject: POST method and PerlAuthenHandler Hello, I am writing a perl authentication module for Apache2 that must inspect some req

Re: POST method and PerlAuthenHandler

2011-01-27 Thread Joe Schaefer
Use apreq. > >From: James B. Muir >To: "modperl@perl.apache.org" >Sent: Thu, January 27, 2011 11:08:24 AM >Subject: POST method and PerlAuthenHandler > > >Hello, > >I am writing a perl authentication module for Apache2 that must inspect some &g

POST method and PerlAuthenHandler

2011-01-27 Thread James B. Muir
Hello, I am writing a perl authentication module for Apache2 that must inspect some request parameters before authorizing the requestor and forwarding the request to a tomcat server via mod_jk. With the GET request method this is easy, I can inspect the parameters using $r->args and forward th