mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
use version 1.2.1-scm1 of apache shiro to fix issue #331
This commit is contained in:
@@ -268,8 +268,8 @@ public class DefaultAdministrationContext implements AdministrationContext
|
||||
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("release runas for user {}",
|
||||
collection.getPrimaryPrincipal());
|
||||
logger.debug("release runas for user {}/{}",
|
||||
principal, collection.getPrimaryPrincipal());
|
||||
}
|
||||
|
||||
if (!subject.getPrincipal().equals(principal))
|
||||
|
||||
Reference in New Issue
Block a user