Yes, the ext filter is being called normally.
I tried dumping the data to a file.
I am getting total garbage there. On average 300 bytes.
I am passing it to the browser unchanged.
The browser doesn't recognize it and outputs a default 
No error logs. So, there still may be some bug... :(

Eugene.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive
Sent: Thursday, April 20, 2006 9:35 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] ext_filter blocks cookies with forward proxy

On 4/20/06, Yevgen Borodin <[EMAIL PROTECTED]> wrote:

> > Perhaps your external filter program is crashing on these requests,
> > causing the server to return nothing.
>
> I am not getting any error logs. :( So, there's no way to find out whether
> it's crashing... I still believe that this occurs only for websites
> cookies... Could this be another bug in mod_ ext_filter?...

Anything's possible.  But it is more likely that your external filter
program is simply filtering all the content into the bit bucket for
some reason.  You can try using ExtfilterOptions to get more debugging
info.  You can also try inserting trival filters before and after your
main filter to dump content to a file.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to