Thanks a lot! The last problem was that my filter has the same order as default logoutfilter. I need my own logoutfilter for the future. Now it all works fine!
Type: Posts; User: Shikarno; Keyword(s):
Thanks a lot! The last problem was that my filter has the same order as default logoutfilter. I need my own logoutfilter for the future. Now it all works fine!
It doesn't work because of this error
INFO: Undeploying context [/staffing]
8 ышёЄ 2010 15:39:00 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive...
If i add
<custom-filter ref="logoutFilter" position="LOGOUT_FILTER"/>
it must work, but it doesn't
Please help me! Why my logout filter doesn't work? It is not redirecting me to logout.htm. But if i put it redirect to <http> section, it works
<?xml version="1.0" encoding="UTF-8"?>
...