cleaned up logging and error reporting

This commit is contained in:
jboner 2009-11-22 15:25:16 +01:00
parent f41c1ac7c7
commit f98184ff34
6 changed files with 101 additions and 264 deletions

View file

@ -367,7 +367,7 @@ trait SpnegoAuthenticationActor extends AuthenticationActor[SpnegoCredentials] {
Some(UserInfo(user, null, rolesFor(user)))
} catch {
case e: PrivilegedActionException => {
e.printStackTrace
log.error(e, "Action not allowed")
return None
}
}