You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2009/02/18 10:10:18 UTC

svn commit: r745444 - /incubator/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml

Author: lindner
Date: Wed Feb 18 09:10:18 2009
New Revision: 745444

URL: http://svn.apache.org/viewvc?rev=745444&view=rev
Log:
SHINDIG-897 | revert unintended commit

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

Modified: incubator/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml?rev=745444&r1=745443&r2=745444&view=diff
==============================================================================
--- incubator/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml Wed Feb 18 09:10:18 2009
@@ -35,14 +35,6 @@
     </param-value>
   </context-param>
 
-  <login-config>
-     <auth-method>FORM</auth-method>
-    <form-login-config>
-      <form-login-page>/sample_login.jsp</form-login-page>
-      <form-error-page>/sample_fail.jsp</form-error-page>
-    </form-login-config>
-  </login-config>
-  
   <filter>
     <filter-name>authFilter</filter-name>
     <filter-class>org.apache.shindig.auth.AuthenticationServletFilter</filter-class>