fix injection with java 8

This commit is contained in:
Sebastian Sdorra
2016-12-11 21:30:33 +01:00
parent bcc89244fa
commit 837df4b87c
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ public class ScmSecurityModule extends ShiroWebModule
"/index.html");
// disable access to mustache resources
addFilterChain("/**.mustache", config(ROLES, "nobody"));
addFilterChain("/**.mustache", filterConfig(ROLES, "nobody"));
// disable session
addFilterChain("/**", NO_SESSION_CREATION);