Accept file names with semicolons in SVN commits

Co-authored-by: Eduard Heimbuch<eduard.heimbuch@cloudogu.com>
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com>
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
Pushed-by: Eduard Heimbuch<eduard.heimbuch@cloudogu.com>
Committed-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
This commit is contained in:
Rene Pfeuffer
2023-11-17 13:08:09 +01:00
parent 571e6ad92f
commit 112a6ad329
2 changed files with 3 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ public class ScmSecurityModule extends ShiroWebModule
// because this would exclude languages which are non ascii based
bindConstant().annotatedWith(Names.named("shiro.blockNonAscii")).to(false);
bindConstant().annotatedWith(Names.named("shiro.blockTraversal")).to(false);
bindConstant().annotatedWith(Names.named("shiro.blockSemicolon")).to(false);
// disable access to mustache resources
addFilterChain("/**.mustache", filterConfig(ROLES, "nobody"));