mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
disable http session creation
This commit is contained in:
@@ -116,7 +116,7 @@ public class ScmSecurityModule extends ShiroWebModule
|
|||||||
addFilterChain("/**.mustache", config(ROLES, "nobody"));
|
addFilterChain("/**.mustache", config(ROLES, "nobody"));
|
||||||
|
|
||||||
// disable session
|
// disable session
|
||||||
// addFilterChain("/**", NO_SESSION_CREATION);
|
addFilterChain("/**", NO_SESSION_CREATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user