]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-7022: Ignore missing security.properties file.
authorRay Lee <rhlee@berkeley.edu>
Tue, 16 Aug 2016 01:26:41 +0000 (18:26 -0700)
committerRay Lee <rhlee@berkeley.edu>
Tue, 16 Aug 2016 01:26:41 +0000 (18:26 -0700)
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml

index 957c4fd9887a98717671c8ba50f17d3367c58b0e..6617ed90aad6b5ed137b11d7693d3a8a4b0655fd 100644 (file)
@@ -24,6 +24,7 @@
     <bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer">
         <!-- Read properties from security.properties file in the classpath. -->
         <!-- Values in the file override the defaults set below. -->
+        <property name="ignoreResourceNotFound" value="true" />
         <property name="locations" value="classpath:security.properties" />
 
         <!-- Default property values. -->