From: Ray Lee Date: Fri, 1 Dec 2017 01:11:36 +0000 (-0800) Subject: DRYD-169: Move password reset URLs into spring security filter chain, with anonymous... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=4b94c31238f62f541848895a1ed1e8130998a484;p=tmp%2Fjakarta-migration.git DRYD-169: Move password reset URLs into spring security filter chain, with anonymous access. --- 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 @@ - +