diff --git a/cas/pom.xml b/cas/pom.xml index 61237b0234..dc0e035bcd 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -6,7 +6,7 @@ spring-security-parent 2.0-SNAPSHOT - spring-security-cas + spring-security-cas-client Spring Security - CAS support jar diff --git a/samples/cas/Readme.txt b/samples/cas/Readme.txt index 8eddb240a0..4ab9cbdce7 100644 --- a/samples/cas/Readme.txt +++ b/samples/cas/Readme.txt @@ -10,11 +10,11 @@ client - this contains the actual sample web application which uses the cas serv Running the CAS Server ----------------------- -You first need to download the CAS server 3.1.1 distribution from +You first need to download the CAS server 3.2 distribution from http://www.ja-sig.org/products/cas/downloads/index.html -You only need the modules/cas-server-webapp-3.1.1.war web application file from the distribution. Copy this to the +You only need the modules/cas-server-webapp-3.2.war web application file from the distribution. Copy this to the "server" directory inside the one that contains this readme file (i.e. copy it to samples/cas/server). You can then run the CAS server (from the same) by executing the maven command diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml index e50bf73d64..fc3e717ee2 100644 --- a/samples/cas/client/pom.xml +++ b/samples/cas/client/pom.xml @@ -38,12 +38,7 @@ spring-aop runtime - - net.sf.ehcache - ehcache - 1.3.0 - runtime - + org.slf4j slf4j-log4j12 @@ -82,7 +77,17 @@ ../../certificates/server.jks password - + + + + javax.net.ssl.trustStore + ../../certificates/server.jks + + + javax.net.ssl.trustStorePassword + password + + 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 a29fda98f8..c852ab3560 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 @@ -28,30 +28,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + +