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:
2
pom.xml
2
pom.xml
@@ -427,7 +427,7 @@
|
||||
<jetty.version>7.6.8.v20121106</jetty.version>
|
||||
|
||||
<!-- security libraries -->
|
||||
<shiro.version>1.2.1</shiro.version>
|
||||
<shiro.version>1.2.1-scm1</shiro.version>
|
||||
|
||||
<!-- repostitory libraries -->
|
||||
<jgit.version>2.2.0.201212191850-r</jgit.version>
|
||||
|
||||
@@ -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