Ahmed Hammad wrote:
> <%@ page language="java" contentType="text/html;"%>

I am pretty sure the content types have to match in order for the filter to
be used. The content type of your JSP doesn't match your filter configuration.

>         <init-param>
>           <param-name>contentType</param-name>
>           <param-value>text/x-server-parsed-html(;.*)?</param-value>
>         </init-param>

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to