Thanks for the quick reply ,

yes i checked FilterChain.doFilter(req,res), and i have verified also the
url pattern in web.xml 

<filter>
        <filter-name>MyFilter</filter-name>
        <filter-class>com.xyz.util.MyFilter</filter-class>
</filter>
<filter-mapping>
        <filter-name>MyFilter</filter-name>
        <url-pattern>*.html</url-pattern>
</filter-mapping>



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/jboss-ignoring-html-request-tp4650491p4650493.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to