Re: [PATCH] ap_internal_fast_redirect

2002-02-19 Thread Greg Ames
Justin Erenkrantz wrote: > However, certain modules like mod_deflate attempt to verify > that it only deals with non-subreq (!r->main) requests. We can > see if we can take that check out - not sure if we can or can not > do that. mod_rewrite has r->main checks also. I'd rather not start t

Re: [PATCH] ap_internal_fast_redirect

2002-02-18 Thread Justin Erenkrantz
On Mon, Feb 18, 2002 at 09:06:08PM -0600, William A. Rowe, Jr. wrote: > Interesting patch :) Of course it does not address the output headers > issue, if I understand that report. For me, it does. It simply ensures that any filters that were added to the subreq are in the main request. So, tha

Re: [PATCH] ap_internal_fast_redirect

2002-02-18 Thread William A. Rowe, Jr.
From: "Justin Erenkrantz" <[EMAIL PROTECTED]> Sent: Monday, February 18, 2002 6:46 PM > Not that I'm advocating committing this, but this is what I'm > using locally in order to get the AddOutputFilterByType directive > to work with mod_dir/mod_negotiation internal redirects. -- justin Interes

[PATCH] ap_internal_fast_redirect

2002-02-18 Thread Justin Erenkrantz
Not that I'm advocating committing this, but this is what I'm using locally in order to get the AddOutputFilterByType directive to work with mod_dir/mod_negotiation internal redirects. -- justin Index: modules/http/http_request.c ==