You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ga...@apache.org on 2005/12/11 17:16:22 UTC

svn commit: r355963 - /incubator/roller/trunk/web/WEB-INF/security.xml

Author: gangolli
Date: Sun Dec 11 08:16:19 2005
New Revision: 355963

URL: http://svn.apache.org/viewcvs?rev=355963&view=rev
Log:
Put login-redirect.jsp under authentication scope.

Modified:
    incubator/roller/trunk/web/WEB-INF/security.xml

Modified: incubator/roller/trunk/web/WEB-INF/security.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/security.xml?rev=355963&r1=355962&r2=355963&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/security.xml (original)
+++ incubator/roller/trunk/web/WEB-INF/security.xml Sun Dec 11 08:16:19 2005
@@ -30,6 +30,7 @@
                 /editor/**=admin,editor
                 /admin/**=admin
                 /rewrite-status*=admin
+                /login-redirect.jsp=admin,editor
             </value>
         </property>
     </bean>