Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 61381 invoked by uid 500); 19 Aug 2002 14:56:21 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 61368 invoked from network); 19 Aug 2002 14:56:20 -0000 Message-ID: From: "Arliss, Noah" To: "'dev@httpd.apache.org'" Subject: reading post data Date: Mon, 19 Aug 2002 10:56:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Greetings, I have been working on a port to Apache 2.0 for some time now and have run into a road block that I would like to get feedback on. I need to run my module in the access_checker hook with the ability to read in Post data in a non-destructive manor. In apache 1.3 this was possible by hacking the request structure and putting the post data back for ap_get_client_block to read again. In Apache 2.0 this does not appear possible and I've been told to look at input filters. So I was wondering if it would be possible to somehow read data in my input filter and then pass it along to the access_checker phase? When are input filters executed? I'm hoping this will spark a discussion on the new apache 2.0 architecture here, since there is not a lot of information out there about filters yet and I'm sure others will benifit from this discussion. Thanks in advance for the help, Noah Arliss