When debugging roller and setting a breakpoint on the first line of code that should be triggerd after trying to log in (charEncodingFilter) I see that the request object contains a URI: login.jsp and the method is GET.
Seems like te request to j_security_check (post request) is never mapped against any filter ?? Anyone has any idea ? Thanks.
