aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/shiro.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/shiro.ini')
-rw-r--r--src/main/webapp/WEB-INF/shiro.ini18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/webapp/WEB-INF/shiro.ini b/src/main/webapp/WEB-INF/shiro.ini
deleted file mode 100644
index 21015af..0000000
--- a/src/main/webapp/WEB-INF/shiro.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-[main]
-
-authc.loginUrl=/login.jspx
-roles.unauthorizedUrl = /access-denied.jsp
-
-sha256Matcher = org.apache.shiro.authc.credential.Sha256CredentialsMatcher
-
-myCredentialsMatcher = org.apache.shiro.authc.credential.AllowAllCredentialsMatcher
-
-myRealm = io.trygvis.esper.testing.web.MissingShiroJdbcRealm
-myRealm.authenticationQuery = select 'wat' from person where mail = ?
-myRealm.credentialsMatcher = $myCredentialsMatcher
-
-[urls]
-
-/external/** = anon
-
-/login.jspx = authc