How can I add my own logout handler to LogoutFilter in spring-security ? Thanks!
You should use success-handler-ref attribute of element:
success-handler-ref
As alternative solution you can configure your own filter on the logout URL.