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