mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-31 03:39:14 +01:00
Bump shiro version
This commit is contained in:
committed by
Thomas Zerr
parent
0217132f68
commit
f21444f97b
@@ -11,7 +11,7 @@ ext {
|
||||
mapstructVersion = '1.6.3'
|
||||
jaxbBindApiVersion = '4.0.4'
|
||||
jaxbRuntimeVersion = '4.0.6'
|
||||
shiroVersion = '1.12.0'
|
||||
shiroVersion = '1.13.0'
|
||||
sspVersion = '1.3.0'
|
||||
jjwtVersion = '0.11.5'
|
||||
bouncycastleVersion = '2.73.10'
|
||||
|
||||
@@ -90,6 +90,7 @@ public class ScmSecurityModule extends ShiroWebModule
|
||||
bindConstant().annotatedWith(Names.named("shiro.blockNonAscii")).to(false);
|
||||
bindConstant().annotatedWith(Names.named("shiro.blockTraversal")).to(false);
|
||||
bindConstant().annotatedWith(Names.named("shiro.blockSemicolon")).to(false);
|
||||
bindConstant().annotatedWith(Names.named("shiro.blockEncodedForwardSlash")).to(false);
|
||||
|
||||
// disable access to mustache resources
|
||||
addFilterChain("/**.mustache", filterConfig(ROLES, "nobody"));
|
||||
|
||||
Reference in New Issue
Block a user