Adapt to security
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 3 Jul 2009 18:07:13 +0000 (18:07 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 3 Jul 2009 18:07:13 +0000 (18:07 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2701 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

modules/server/org.argeo.slc.webapp.war/WEB-INF/security.xml
server/org.argeo.slc.ria/pom.xml

index 457d698c9bbbf214d0ed25fb08a157d335d8f6b7..6efa2f68fb2ab08bf498edd9c8898364aabec3f2 100644 (file)
@@ -4,7 +4,7 @@
               http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.4.xsd">
 
        <http realm="User Interface" >
-               <intercept-url pattern="/**" access="ROLE_USER,ROLE_ANONYMOUS" />
+               <intercept-url pattern="/**" access="ROLE_USER,ROLE_ADMIN" />
                <http-basic />
                <anonymous />
        </http>
index 9a42a88dedb38cc6b37a750394a5c4c579f840c6..d043faf6e4411a3beca2b0299179a097c91d2e94 100644 (file)
                                                        org.springframework.security.userdetails.memory,
                                                        org.springframework.web.context,
                                                        org.springframework.osgi.web.context.support,
-                                                       org.springframework.web.filter
+                                                       org.springframework.web.filter,
+                                                       org.springframework.security.context
                                                </Import-Package>
                                                <Web-ContextPath>org.argeo.slc.ria</Web-ContextPath>
                                        </instructions>