Pablo Saavedra wrote:
> The filter order is defined by the filter-mapping element in the 
> web.xml. Make sure that your filter-mapping is after the xslt filter's.
>
> Regards.
>
Thanks - its like this, is this ok?

  <filter filter-name='xslt' filter-class='com.caucho.filters.XsltFilter'/>
  <filter-mapping url-pattern='*.jsp' filter-name='xslt'/>

  <filter filter-name='ContentType' 
filter-class='com.otamate.pwc.web.support.ContentTypeFilter'/>
  <filter-mapping url-pattern='*.jsp' filter-name='ContentType'/>


-- 
--------------------------
http://www.phonewebcam.com
[EMAIL PROTECTED]



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to