Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 16536 invoked from network); 13 Aug 2009 16:46:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Aug 2009 16:46:06 -0000 Received: (qmail 68062 invoked by uid 500); 13 Aug 2009 16:46:12 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 68026 invoked by uid 500); 13 Aug 2009 16:46:12 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 68016 invoked by uid 99); 13 Aug 2009 16:46:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 16:46:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [64.34.252.43] (HELO nauticaltech.com) (64.34.252.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 16:46:03 +0000 Received: (qmail 10858 invoked by uid 81); 13 Aug 2009 08:54:48 -0700 To: Subject: Having some issues with subrequests and filters MIME-Version: 1.0 Date: Thu, 13 Aug 2009 08:54:48 -0700 From: Michael Spiegle In-Reply-To: <1250147564.2678.38.camel@shrek.rexursive.com> References: <79f01978239ae99dfcc29de646616a6d@localhost> <1250147564.2678.38.camel@shrek.rexursive.com> Message-ID: <5de8dd5eb9bbe25f83a5e429053a0152@localhost> X-Sender: mike@nauticaltech.com User-Agent: RoundCube Webmail/0.2 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" X-Virus-Checked: Checked by ClamAV on apache.org Hello, I have a module I am writing which implements a content-generator and a filter. If I make a sub-request from within my content-generator, the filter's (request_rec*)f->r only points to the original request. How do I access the current sub-request from within my filter? Thanks, Mike