From c3286c54028d10f5ebe9d6670be1054968806f3b Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Thu, 7 Dec 2017 21:17:21 -0800 Subject: [PATCH] DRYD-169: Change password reset and publicitems url access to permitAll. --- .../webapp/WEB-INF/applicationContext-security.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 53bd28b0a..6587e9e35 100644 --- a/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -55,17 +55,17 @@ - - + + - - + + - + - + -- 2.47.3