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
Code:
<security:http>
...
<security:logout />
...
</security:http>
and invoke:
Code:
<a href="${ctx}/j_spring_security_logout">Logout</a>
I get a
Code:
java.io.FileNotFoundException: /j_spring_security_logout
Is it possible to logout when using preAuthentication?

Thanks for help.
Regards,
Thomas