From 565ef7383de4557eb4fcd5f15fb4169b71656b16 Mon Sep 17 00:00:00 2001 From: Scott Battaglia Date: Tue, 6 Jul 2010 22:09:24 -0400 Subject: [PATCH] SEC-1513 upgraded to latest version of cas client --- cas/cas.gradle | 2 +- cas/pom.xml | 4 +- .../WEB-INF/applicationContext-security.xml | 126 ++++++++++++------ .../client/src/main/webapp/WEB-INF/web.xml | 5 + 4 files changed, 94 insertions(+), 43 deletions(-) diff --git a/cas/cas.gradle b/cas/cas.gradle index 1f51ff69f5..b805c830bc 100644 --- a/cas/cas.gradle +++ b/cas/cas.gradle @@ -5,7 +5,7 @@ dependencies { "org.springframework:spring-context:$springVersion", "org.springframework:spring-beans:$springVersion", "org.springframework:spring-web:$springVersion", - "org.jasig.cas:cas-client-core:3.1.9", + "org.jasig.cas.client:cas-client-core:3.1.11", "net.sf.ehcache:ehcache:$ehcacheVersion" provided 'javax.servlet:servlet-api:2.5' diff --git a/cas/pom.xml b/cas/pom.xml index d7d203cfe0..a90f5ce3c3 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -30,9 +30,9 @@ true - org.jasig.cas + org.jasig.cas.client cas-client-core - 3.1.10 + 3.1.11 net.sf.ehcache diff --git a/samples/cas/client/src/main/webapp/WEB-INF/applicationContext-security.xml b/samples/cas/client/src/main/webapp/WEB-INF/applicationContext-security.xml index ee366611a7..c48118b40b 100644 --- a/samples/cas/client/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/cas/client/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -5,61 +5,107 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd"> - - - - - - + + + + + + + + + + + + - + - + + + + + + + + + + + - - - - + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + - - - - - + + + + + + + + + + + + + + + + diff --git a/samples/cas/client/src/main/webapp/WEB-INF/web.xml b/samples/cas/client/src/main/webapp/WEB-INF/web.xml index 460607cd4d..eddd6aac17 100644 --- a/samples/cas/client/src/main/webapp/WEB-INF/web.xml +++ b/samples/cas/client/src/main/webapp/WEB-INF/web.xml @@ -68,4 +68,9 @@ org.springframework.web.util.Log4jConfigListener + + 403 + /casfailed.jsp + +