Add remember me capabilities to RAP
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.rap.webapp / WEB-INF / applicationContext.xml
index febc4b97cfea863a01633e5e99eba9067c52eca1..33686245396877c0ca516fca6fcc26a8981db049 100644 (file)
@@ -6,6 +6,15 @@
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
 
        <import resource="osgi.xml" />
-<!--   <import resource="security.xml" />-->
+       <import resource="security-filters.xml" />
+       <!-- <import resource="security.xml" /> -->
+
+       <bean
+               class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+               <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
+               <property name="locations">
+                       <value>osgibundle:rap-webapp.properties</value>
+               </property>
+       </bean>
 
 </beans>
\ No newline at end of file