From e9d9a83df4886c57a53aba7560345b59b9e3311f Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 21 May 2014 15:43:05 -0500 Subject: [PATCH] SEC-2607: CAS Server logouts out synchronously --- .../applicationContext.xml | 96 +++++++++++++++++++ .../zzzhttpClientCustomization.xml | 22 ----- 2 files changed, 96 insertions(+), 22 deletions(-) create mode 100644 samples/cas/server/src/main/webapp/WEB-INF/spring-configuration/applicationContext.xml delete mode 100644 samples/cas/server/src/main/webapp/WEB-INF/spring-configuration/zzzhttpClientCustomization.xml diff --git a/samples/cas/server/src/main/webapp/WEB-INF/spring-configuration/applicationContext.xml b/samples/cas/server/src/main/webapp/WEB-INF/spring-configuration/applicationContext.xml new file mode 100644 index 0000000000..383bee26fc --- /dev/null +++ b/samples/cas/server/src/main/webapp/WEB-INF/spring-configuration/applicationContext.xml @@ -0,0 +1,96 @@ + + + + This is the main Spring configuration file with some of the main "core" classes defined. You shouldn't really + modify this unless you + know what you're doing! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/cas/server/src/main/webapp/WEB-INF/spring-configuration/zzzhttpClientCustomization.xml b/samples/cas/server/src/main/webapp/WEB-INF/spring-configuration/zzzhttpClientCustomization.xml deleted file mode 100644 index 5ba031b6e4..0000000000 --- a/samples/cas/server/src/main/webapp/WEB-INF/spring-configuration/zzzhttpClientCustomization.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - Customizations to the CAS Server. The name starts with zzz to ensure it is the last file loaded to override other bean definitions. - - - - - - - - - - - - - \ No newline at end of file