You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike Jackson <mj...@cdi-hq.com> on 2005/02/15 19:03:36 UTC

filters

I'm trying to wite a filter that will process a request after anything else
in the chain has finished (ie post process).  My goal is to process static
content within the web app to update the context name within absolute paths
(javascript or css files).  I have implemented a response wrapper and put
breakpoints on both the getOutputStream and getPrintWriter but neither seems
to be called.  Does Tomcat do something special when is serves static
content that would prevent the filter from intercepting the access?  Can I
even put a filter on static content?  Is there a better way I should be
trying to do this?

--mikej
-=-----
mike jackson
mjackson@cdi-hq.com



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org