]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.webapp.war/WEB-INF/security.xml
Security
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.webapp.war / WEB-INF / security.xml
index fbf7439ca2e8910b5d3b71f18b500212066ac173..457d698c9bbbf214d0ed25fb08a157d335d8f6b7 100644 (file)
@@ -3,8 +3,8 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
               http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.4.xsd">
 
-       <http>
-               <intercept-url pattern="/**" access="ROLE_USER" />
+       <http realm="User Interface" >
+               <intercept-url pattern="/**" access="ROLE_USER,ROLE_ANONYMOUS" />
                <http-basic />
                <anonymous />
        </http>