From 4b94c31238f62f541848895a1ed1e8130998a484 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Thu, 30 Nov 2017 17:11:36 -0800 Subject: [PATCH] DRYD-169: Move password reset URLs into spring security filter chain, with anonymous access. --- .gitignore | 2 +- .../WEB-INF/applicationContext-security.xml | 46 ++++++++++--------- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 9465910e7..b7d897e97 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ target .classpath .project .idea/ - +.vscode 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 48f9d8e87..53bd28b0a 100644 --- a/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -37,7 +37,7 @@ - + @@ -47,31 +47,33 @@ - + - - - - - - - - - - + + + + + + + + + + + + - + - + @@ -92,7 +94,7 @@ - + @@ -110,9 +112,9 @@ - + - + @@ -122,7 +124,7 @@ - + - + - + @@ -169,7 +171,7 @@ - + -- 2.47.3