. Now uses non-transactional authentication service to remove tickets/security context on failed guest

- also removes tickets and clears security context on normal Logout

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2217 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-01-26 15:32:55 +00:00
parent 9160578c9a
commit e9e1618479
2 changed files with 8 additions and 5 deletions

View File

@@ -367,6 +367,7 @@ public class LoginBean
if (user != null)
{
this.authenticationService.invalidateTicket(user.getTicket());
this.authenticationService.clearCurrentSecurityContext();
}
// Request that the username cookie state is removed - this is not