]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/modules/org.argeo.security.webapp/WEB-INF/web.xml
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.webapp / WEB-INF / web.xml
index 1ea484fc84e6aae2a4546a76d56a9568c54ea49e..23312871858edbeff8a910ce1b0e578080fe0266 100644 (file)
                <servlet-name>security</servlet-name>
                <url-pattern>*.security</url-pattern>
        </servlet-mapping>
+       <servlet-mapping>
+               <servlet-name>security</servlet-name>
+               <url-pattern>*.ria</url-pattern>
+       </servlet-mapping>
 
        <!-- General -->
        <context-param>
@@ -46,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>