> -----Original Message-----
> From: Joshua Chamas [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 07, 2000 12:46 PM
> To: Dmitry Beransky
> Cc: [EMAIL PROTECTED]; Ken Williams
> Subject: Re: Apache::ASP and post-POST redirect
>
>
>
> I bet its an ASP->Apache::Filter issue, because in general
> there has been quite a lot with of issues coordinating
> between filtered modules on the headers.
>
I haven't really been following this thread, since I don't use asp, but
Apache::Filter (1.09?) introduced a new mechanism for sending the headers.
basically, it waits to see the first print to STDOUT from the last filter
before calling $r->send_http_headers(), whereas previously it was sending
headers right at the call to $r->filter_input by the last filter.
I don't see how this would make a difference to anyone (except to the
positive), though, but I thought I'd bring it up just in case...
HTH
--Geoff