From 9394ff96289e3c3dc06b5f2889e67a4c160005ae Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Tue, 12 Jul 2016 12:10:33 -0700 Subject: [PATCH] DRYD-22: Simplify spring security config. --- .../WEB-INF/applicationContext-security.xml | 101 ++---------------- 1 file changed, 11 insertions(+), 90 deletions(-) diff --git a/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml b/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml index 569e3ce9a..877ee8f7e 100644 --- a/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -11,12 +11,9 @@ + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + @@ -97,42 +56,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.47.3