On 05.01.2011 15:54, Joshua Marantz wrote:
On Wed, Jan 5, 2011 at 8:57 AM, Ben Noordhuis<i...@bnoordhuis.nl> wrote:
On Wed, Jan 5, 2011 at 14:45, Joshua Marantz<jmara...@google.com> wrote:
other filter be somehow finding our filter and killing it? Or sending
the
bytes directly to the network before our filter has a chance to run?
Possibly, yes.
Can you elaborate? Is this a common practice, to write bytes directly to
the network from an output filter? What should I look for? The owner of
the site where this is breaking sent me a few conf files and it enumerates
some of the modules inserted:
LoadModule perl_module modules/mod_perl.so
LoadModule mono_module modules/mod_mono.so
LoadModule bwlimited_module modules/mod_bwlimited.so
LoadModule bw_module modules/mod_bw.so
LoadModule jk_module modules/mod_jk.so
Does anyone know anything about these? Could one of these have inserted an
output filter that spews bytes directly to the network? I'll try to find
sources for those but if someone knows off-hand that would be helpful.
mod_jk does not use filters. It writes through other possibly existing
filters using ap_rwrite().
Code available at:
http://svn.apache.org/repos/asf/tomcat/jk/trunk/
or
http://tomcat.apache.org/download-connectors.cgi
Regards,
Rainer