Re: invalidate causes IllegalStateException

2008-05-05 Thread Johan Compagner
that is spring code not wicket. and the javadoc of the doFilter methods tells enough /** * This doFilter implementation stores a request attribute for * "already filtered", proceeding without filtering again if the * attribute is already there. * @see #getAlreadyFilteredAttribu

invalidate causes IllegalStateException

2008-05-05 Thread Eyal Golan
Hi, I posted my problem in another thread but I manged to find the cause of the exception. We have a SecurityFilter that extends OncePerRequestFilter. In web.xml we have this: SecurityFilter com.eurekify.security.SecurityFilter The exception was because in doFilterInterna