cleaned up logging and error reporting
This commit is contained in:
parent
f41c1ac7c7
commit
f98184ff34
6 changed files with 101 additions and 264 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue