-check the call of chain.doFilter(request, wrapper); at the end of the doFilter method of your previous filter -verify the patern you use in the filter configuration of the web.xml
François Le 13 juil. 2012 à 06:53, wicket user a écrit : > Hi, > > We are using Jboss app server, > we wrote a filter each wicket html's should pass through this filter(which > is a j2ee servlet filter) and we added this filter/filter mapping in the > web.xml for *.html ---url-pattern . > But still this Request is not going through this filter. Wondering why ? is > somebody is facing the same issue ? > > Appreciate the comments. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/jboss-ignoring-html-request-tp4650491.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
