From 09f6210c73a3eb2db3083d31abbaa8e796c2db58 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 21 Nov 2014 22:31:03 -0600 Subject: [PATCH] SEC-2347: Polish --- .../integration-test/resources/http-extra-fsi-app-context.xml | 1 + itest/web/src/main/webapp/WEB-INF/http-security-concurrency.xml | 2 ++ .../main/webapp/WEB-INF/http-security-custom-concurrency.xml | 2 ++ itest/web/src/main/webapp/WEB-INF/http-security.xml | 2 ++ .../src/main/webapp/WEB-INF/applicationContext-security.xml | 1 + samples/cas/sample-xml/src/main/webapp/secure/extreme/index.jsp | 1 + 6 files changed, 9 insertions(+) diff --git a/itest/context/src/integration-test/resources/http-extra-fsi-app-context.xml b/itest/context/src/integration-test/resources/http-extra-fsi-app-context.xml index f621dd0436..e1a8aa833a 100644 --- a/itest/context/src/integration-test/resources/http-extra-fsi-app-context.xml +++ b/itest/context/src/integration-test/resources/http-extra-fsi-app-context.xml @@ -15,6 +15,7 @@ + diff --git a/itest/web/src/main/webapp/WEB-INF/http-security-concurrency.xml b/itest/web/src/main/webapp/WEB-INF/http-security-concurrency.xml index e6dad8243f..4f6f4f0367 100644 --- a/itest/web/src/main/webapp/WEB-INF/http-security-concurrency.xml +++ b/itest/web/src/main/webapp/WEB-INF/http-security-concurrency.xml @@ -27,6 +27,8 @@ + + diff --git a/itest/web/src/main/webapp/WEB-INF/http-security-custom-concurrency.xml b/itest/web/src/main/webapp/WEB-INF/http-security-custom-concurrency.xml index 848c29c9f0..af2d81a67e 100644 --- a/itest/web/src/main/webapp/WEB-INF/http-security-custom-concurrency.xml +++ b/itest/web/src/main/webapp/WEB-INF/http-security-custom-concurrency.xml @@ -16,6 +16,8 @@ + + diff --git a/itest/web/src/main/webapp/WEB-INF/http-security.xml b/itest/web/src/main/webapp/WEB-INF/http-security.xml index 90a2a7511c..5afd00c3a3 100644 --- a/itest/web/src/main/webapp/WEB-INF/http-security.xml +++ b/itest/web/src/main/webapp/WEB-INF/http-security.xml @@ -27,6 +27,8 @@ + + diff --git a/samples/cas/sample-xml/src/main/webapp/WEB-INF/applicationContext-security.xml b/samples/cas/sample-xml/src/main/webapp/WEB-INF/applicationContext-security.xml index 48301a98ea..923d86a09b 100644 --- a/samples/cas/sample-xml/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/cas/sample-xml/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -24,6 +24,7 @@ + diff --git a/samples/cas/sample-xml/src/main/webapp/secure/extreme/index.jsp b/samples/cas/sample-xml/src/main/webapp/secure/extreme/index.jsp index b67a000319..748bba0cf7 100644 --- a/samples/cas/sample-xml/src/main/webapp/secure/extreme/index.jsp +++ b/samples/cas/sample-xml/src/main/webapp/secure/extreme/index.jsp @@ -7,5 +7,6 @@ This is a protected page. You can only see me if you are a supervisor.

Secure page

Proxy Ticket Sample page

Logout +< \ No newline at end of file