Author: lindner
Date: Sun Aug 29 20:29:30 2010
New Revision: 990645

URL: http://svn.apache.org/viewvc?rev=990645&view=rev
Log:
remove shiro warning message

Modified:
    shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml

Modified: shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml?rev=990645&r1=990644&r2=990645&view=diff
==============================================================================
--- shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml (original)
+++ shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml Sun Aug 29 
20:29:30 2010
@@ -80,9 +80,7 @@
                 [main]
                 shindigSampleRealm = 
org.apache.shindig.sample.shiro.SampleShiroRealm
                 securityManager.realm = $shindigSampleRealm
-
-                [filters]
-                shiro.loginUrl = /login.jsp
+                authc.loginUrl = /login.jsp
 
                 [urls]
                 # The /login.jsp is not restricted to authenticated users 
(otherwise no one could log in!), but


Reply via email to