ETHREEOH-2811 : logger logs the wrong user

- now clears the NDC.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16973 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2009-10-15 17:33:25 +00:00
parent 9a4627d2a5
commit 07a0200048

View File

@@ -468,6 +468,8 @@ public class AuthenticationUtil implements InitializingBean
{
ContextHolder.setContext(null);
InMemoryTicketComponentImpl.clearCurrentSecurityContext();
NDC.remove();
}
/**