From 84db17c6e78d82c642f589a4cf5c26ba9e56c308 Mon Sep 17 00:00:00 2001 From: jensp Date: Sun, 5 May 2019 19:54:26 +0000 Subject: [PATCH] CCM NG: Updated Thorntail and Shiro dependencies git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@6013 8810af33-2d31-482b-a856-94f89814c4df --- ccm-bundle-devel-thorntail/pom.xml | 6 +++--- .../src/main/resources/shiro.ini | 2 ++ .../src/main/resources/shiro.ini | 2 ++ ccm-cms/src/test/resources/configs/shiro.ini | 2 ++ ccm-core/src/test/resources/configs/shiro.ini | 2 ++ ccm-shortcuts/src/test/resources/configs/shiro.ini | 4 +++- pom.xml | 10 +++++----- 7 files changed, 19 insertions(+), 9 deletions(-) diff --git a/ccm-bundle-devel-thorntail/pom.xml b/ccm-bundle-devel-thorntail/pom.xml index 605a93761..8ebfa3c5a 100644 --- a/ccm-bundle-devel-thorntail/pom.xml +++ b/ccm-bundle-devel-thorntail/pom.xml @@ -50,7 +50,7 @@ io.thorntail bom - 2.3.0.Final + 2.4.0.Final import pom @@ -136,7 +136,7 @@ org.postgresql postgresql - 42.1.4.jre7 + 42.2.5.jre7 @@ -147,7 +147,7 @@ org.webjars requirejs - 2.3.5 + 2.3.6 org.webjars diff --git a/ccm-bundle-devel-thorntail/src/main/resources/shiro.ini b/ccm-bundle-devel-thorntail/src/main/resources/shiro.ini index 469c812fa..056b076e5 100644 --- a/ccm-bundle-devel-thorntail/src/main/resources/shiro.ini +++ b/ccm-bundle-devel-thorntail/src/main/resources/shiro.ini @@ -1,5 +1,7 @@ [main] +filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver + passwordMatcher = org.apache.shiro.authc.credential.PasswordMatcher passwordService = org.apache.shiro.authc.credential.DefaultPasswordService passwordMatcher.passwordService = $passwordService diff --git a/ccm-bundle-devel-wildfly-web/src/main/resources/shiro.ini b/ccm-bundle-devel-wildfly-web/src/main/resources/shiro.ini index 469c812fa..056b076e5 100644 --- a/ccm-bundle-devel-wildfly-web/src/main/resources/shiro.ini +++ b/ccm-bundle-devel-wildfly-web/src/main/resources/shiro.ini @@ -1,5 +1,7 @@ [main] +filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver + passwordMatcher = org.apache.shiro.authc.credential.PasswordMatcher passwordService = org.apache.shiro.authc.credential.DefaultPasswordService passwordMatcher.passwordService = $passwordService diff --git a/ccm-cms/src/test/resources/configs/shiro.ini b/ccm-cms/src/test/resources/configs/shiro.ini index 83ba88a37..ff6d7012f 100644 --- a/ccm-cms/src/test/resources/configs/shiro.ini +++ b/ccm-cms/src/test/resources/configs/shiro.ini @@ -1,5 +1,7 @@ [main] +filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver + passwordMatcher = org.apache.shiro.authc.credential.PasswordMatcher passwordService = org.apache.shiro.authc.credential.DefaultPasswordService passwordMatcher.passwordService = $passwordService diff --git a/ccm-core/src/test/resources/configs/shiro.ini b/ccm-core/src/test/resources/configs/shiro.ini index f313a39e8..364c1fc38 100644 --- a/ccm-core/src/test/resources/configs/shiro.ini +++ b/ccm-core/src/test/resources/configs/shiro.ini @@ -1,5 +1,7 @@ [main] +filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver + passwordMatcher = org.apache.shiro.authc.credential.PasswordMatcher passwordService = org.apache.shiro.authc.credential.DefaultPasswordService passwordMatcher.passwordService = $passwordService diff --git a/ccm-shortcuts/src/test/resources/configs/shiro.ini b/ccm-shortcuts/src/test/resources/configs/shiro.ini index f313a39e8..914b226dc 100644 --- a/ccm-shortcuts/src/test/resources/configs/shiro.ini +++ b/ccm-shortcuts/src/test/resources/configs/shiro.ini @@ -1,5 +1,7 @@ [main] +filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver + passwordMatcher = org.apache.shiro.authc.credential.PasswordMatcher passwordService = org.apache.shiro.authc.credential.DefaultPasswordService passwordMatcher.passwordService = $passwordService @@ -7,4 +9,4 @@ passwordMatcher.passwordService = $passwordService ccmRealm = org.libreccm.security.CcmShiroRealm ccmRealm.credentialsMatcher = $passwordMatcher -securityManager.realms = $ccmRealm \ No newline at end of file +securityManager.realms = $ccmRealm diff --git a/pom.xml b/pom.xml index b2f988b8c..a13cdb99e 100644 --- a/pom.xml +++ b/pom.xml @@ -276,7 +276,7 @@ io.thorntail thorntail-maven-plugin - 2.3.0.Final + 2.4.0.Final org.codehaus.mojo @@ -467,12 +467,12 @@ org.apache.shiro shiro-core - 1.2.5 + 1.4.0 org.apache.shiro shiro-web - 1.3.2 + 1.4.0 @@ -724,13 +724,13 @@ org.wildfly.arquillian wildfly-arquillian-container-managed - 2.1.1.Final + 2.2.0.Final test org.wildfly.arquillian wildfly-arquillian-container-remote - 2.1.1.Final + 2.2.0.Final test