springSecurityFilterChain
/*
@@ -42,6 +52,10 @@
- The application context is then available via
- WebApplicationContextUtils.getWebApplicationContext(servletContext).
-->
+
+ org.jasig.cas.client.session.SingleSignOutHttpSessionListener
+
+
org.springframework.web.context.ContextLoaderListener
diff --git a/samples/cas/client/src/main/webapp/cas-logout.jsp b/samples/cas/client/src/main/webapp/cas-logout.jsp
new file mode 100644
index 0000000000..36f6d2b9c6
--- /dev/null
+++ b/samples/cas/client/src/main/webapp/cas-logout.jsp
@@ -0,0 +1,15 @@
+
+
+
+ Single-sign out?
+
+
+
+Do you want to log out of CAS?
+
+You have logged out of this application, but may still have an active single-sign on session with CAS.
+
+Logout of CAS
+
+
+
\ No newline at end of file