XSLT filter not invoked with HttpProxyServlet

"Toni Komu" <[email protected]> Tue, 9 May 2006 21:55:53 -1000
Newsgroups gmane.text.xml.resin.user
Message-ID <[email protected]>
Hi,

I've configured XsltFilter so that it should be filtering all content in my
webapp. It's configured unconditional to process all mime-types and
url-pattern is "/*". The xsl-transformation works correctly with my test
HelloWorld servlet, but the filter is not invoked at all when the
HttpProxyServlet is called.
Any ideas what should I do to get it working?

Thanks,
-Toni