Re: [EMAIL PROTECTED] AuthZ POST content and multiple handlers

2006-09-23 Thread Andrew White
Is this not the correct location for this question, or do I need to give more details? Thanks, Andrew On Fri, 2006-09-22 at 09:19 -0500, Andrew White wrote: I am attempting to authorize post content (SOAP methods) against ACLs, but once the authorize handler grabs the HTTP body, the other

Re: [EMAIL PROTECTED] AuthZ POST content and multiple handlers

2006-09-23 Thread Joshua Slive
On 9/23/06, Andrew White [EMAIL PROTECTED] wrote: Is this not the correct location for this question, or do I need to give more details? It sounds like you are looking for an input filter. The best place to discuss the apache module API is: http://httpd.apache.org/lists.html#modules-dev

Re: [EMAIL PROTECTED] AuthZ POST content and multiple handlers

2006-09-23 Thread Andrew E. White
Thanks, I missed that list somehow. Andrew - Original Message - From: Joshua Slive [EMAIL PROTECTED] Date: Saturday, September 23, 2006 12:32 pm Subject: Re: [EMAIL PROTECTED] AuthZ POST content and multiple handlers To: users@httpd.apache.org On 9/23/06, Andrew White [EMAIL PROTECTED

[EMAIL PROTECTED] AuthZ POST content and multiple handlers

2006-09-22 Thread Andrew White
I am attempting to authorize post content (SOAP methods) against ACLs, but once the authorize handler grabs the HTTP body, the other handlers can't process the content. A work around is to proxy the request to a local virtual host to handle the request AFTER it has been authorized, but then the