Servlet Filter not working for Filter on Reques...

You had to add  <dispatcher>REQUEST</dispatcher>  <dispatcher>FORWARD</dispatcher> to My Filter mapping, which now looks like <filter-mapping>   <filter-name>VJFilterTest</filter-name>    <url-pattern>/servlet/MyTest</url-pattern>   <dispatcher>REQUEST</dispatcher>    <dispatcher>FORWARD</dispatcher> </filter-mapping>
相關文章
相關標籤/搜索