Hi,
I've configured websphere preAuthenticationFilter successfully on a WAS 6.1.0.15. I configured basic authentication in web.xml that validates against a WebSphere custom UserRegistry.
My question is that if I enable logoutFilter
and invoke:Code:<security:http> ... <security:logout /> ... </security:http>
I get aCode:<a href="${ctx}/j_spring_security_logout">Logout</a>
Is it possible to logout when using preAuthentication?Code:java.io.FileNotFoundException: /j_spring_security_logout
Thanks for help.
Regards,
Thomas



