Spring Security: Redirect to invalid-session-url instead of logout-success-url on successful logout
问题 I have implemented a login-logout system with Spring Security 3.0.2, everything is fine but for this one thing: after I added a session-management tag with invalid-session-url attribute, on logout Spring would always redirect me on the invalid-session-url instead of the logout-success-url (which it correctly did before). Is there a way to avoid this behaviour? This is my configuration: <http use-expressions="true" auto-config="true"> [...some intercept-url's...] <form-login login-page="/login