Internal redirect inside an input filter

2008-10-09 Thread Dan DeSmet
I'm attempting to write an input filter that performs an internal redirect based on the contents of the cookies sent in the request headers. The problem I'm encountering is that the browser is receiving both the content for the original request, as well as the content generated by the internal

Re: Internal redirect inside an input filter

2008-10-09 Thread Dan DeSmet
. Can the TransHandler manipulate the request headers apart from the URI? Or am I just missing something? Thanks, Dan On Thu, Oct 9, 2008 at 8:50 AM, Torsten Foertsch [EMAIL PROTECTED]wrote: On Thu 09 Oct 2008, Dan DeSmet wrote: I'm attempting to write an input filter that performs an internal

Re: Internal redirect inside an input filter

2008-10-09 Thread Dan DeSmet
exist. Thanks. On Thu, Oct 9, 2008 at 10:07 AM, Torsten Foertsch [EMAIL PROTECTED]wrote: On Thu 09 Oct 2008, Dan DeSmet wrote: I took your advice and tried switching it over to a TransHandler. Now, the beginning of the handler where I manipulate the cookies looks like this: sub handler