improve logging and small fixes for active directory authentication, see #28

This commit is contained in:
Sebastian Sdorra
2011-06-23 09:37:55 +02:00
parent c65cc36246
commit 0d2ecb8f0e
5 changed files with 326 additions and 137 deletions

View File

@@ -158,7 +158,7 @@ public class BasicSecurityContext implements WebSecurityContext
catch (Exception ex)
{
user = null;
logger.error(ex.getMessage(), ex);
logger.error("authentication failed", ex);
}
}