Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 65032 invoked by uid 500); 1 Oct 2000 21:41:29 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 65018 invoked from network); 1 Oct 2000 21:41:24 -0000 X-Authentication-Warning: koj: rbb owned process doing -bs Date: Sun, 1 Oct 2000 14:41:54 -0700 (PDT) From: rbb@covalent.net X-Sender: rbb@koj To: new-httpd@apache.org Subject: input filtering. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I just want to issue a quick heads up. I have input filtering working in smae cases. I should have a patch committed either today or later this week. Basically, the current problem is that it only works inside a debugger. The basic design is the exact same as the output filtering. The major difference is how filters are written. When writing an input filter, the first thing done is a call to ap_get_brigade. From there, it is assumed that when the get_brigade call returns the filter has a valid string of data. Getline is still used to ensure that those headers are parsed into single lines. I expect this design to mature and grow once it's committed, but this is a good start. Ryan _______________________________________________________________________________ Ryan Bloom rbb@apache.org 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------