Improve Security
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.webapp / WEB-INF / web.xml
index 668da78992ccc1cefd4684c0741d6d863a509a16..23312871858edbeff8a910ce1b0e578080fe0266 100644 (file)
@@ -50,4 +50,8 @@
                <url-pattern>/*</url-pattern>
        </filter-mapping>
 
+       <context-param>
+               <param-name>argeo.security.systemKey</param-name>
+               <param-value>argeo</param-value>
+       </context-param>
 </web-app>