mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
fix injection with java 8
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -492,7 +492,7 @@
|
|||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
<logback.version>1.1.2</logback.version>
|
<logback.version>1.1.2</logback.version>
|
||||||
<servlet.version>3.0.1</servlet.version>
|
<servlet.version>3.0.1</servlet.version>
|
||||||
<guice.version>3.0</guice.version>
|
<guice.version>4.0</guice.version>
|
||||||
<jersey.version>1.18.2</jersey.version>
|
<jersey.version>1.18.2</jersey.version>
|
||||||
|
|
||||||
<!-- event bus -->
|
<!-- event bus -->
|
||||||
@@ -503,7 +503,7 @@
|
|||||||
|
|
||||||
<!-- security libraries -->
|
<!-- security libraries -->
|
||||||
<ssp.version>1.0.0-SNAPSHOT</ssp.version>
|
<ssp.version>1.0.0-SNAPSHOT</ssp.version>
|
||||||
<shiro.version>1.2.3</shiro.version>
|
<shiro.version>1.4.0-RC2</shiro.version>
|
||||||
|
|
||||||
<!-- repostitory libraries -->
|
<!-- repostitory libraries -->
|
||||||
<jgit.version>3.4.1.201406201815-r</jgit.version>
|
<jgit.version>3.4.1.201406201815-r</jgit.version>
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ public class ScmSecurityModule extends ShiroWebModule
|
|||||||
"/index.html");
|
"/index.html");
|
||||||
|
|
||||||
// disable access to mustache resources
|
// disable access to mustache resources
|
||||||
addFilterChain("/**.mustache", config(ROLES, "nobody"));
|
addFilterChain("/**.mustache", filterConfig(ROLES, "nobody"));
|
||||||
|
|
||||||
// disable session
|
// disable session
|
||||||
addFilterChain("/**", NO_SESSION_CREATION);
|
addFilterChain("/**", NO_SESSION_CREATION);
|
||||||
|
|||||||
Reference in New Issue
Block a user