You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/02/21 00:12:32 UTC

svn commit: r379275 - in /incubator/roller/trunk/web: WEB-INF/security.xml WEB-INF/tiles-defs.xml loginerror.jsp

Author: agilliland
Date: Mon Feb 20 15:12:30 2006
New Revision: 379275

URL: http://svn.apache.org/viewcvs?rev=379275&view=rev
Log:
removing loginerror.jsp since it doesn't provide any real functionality.


Removed:
    incubator/roller/trunk/web/loginerror.jsp
Modified:
    incubator/roller/trunk/web/WEB-INF/security.xml
    incubator/roller/trunk/web/WEB-INF/tiles-defs.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=379275&r1=379274&r2=379275&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/security.xml (original)
+++ incubator/roller/trunk/web/WEB-INF/security.xml Mon Feb 20 15:12:30 2006
@@ -100,7 +100,7 @@
     
     <bean id="authenticationProcessingFilter" class="org.acegisecurity.ui.webapp.AuthenticationProcessingFilter">
         <property name="authenticationManager" ref="authenticationManager"/>
-        <property name="authenticationFailureUrl" value="/loginerror.jsp"/>
+        <property name="authenticationFailureUrl" value="/login.jsp?error=true"/>
         <property name="defaultTargetUrl" value="/"/>
         <property name="filterProcessesUrl" value="/j_security_check"/>
         <property name="rememberMeServices" ref="rememberMeServices"/>
@@ -114,7 +114,7 @@
     <bean id="securityEnforcementFilter" class="org.acegisecurity.intercept.web.SecurityEnforcementFilter">
         <property name="filterSecurityInterceptor" ref="filterInvocationInterceptor"/>
         <property name="authenticationEntryPoint" ref="authenticationProcessingFilterEntryPoint"/>
-    </bean>
+    </bean>
     
     <bean id="remoteUserFilter" class="org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter"/>
 

Modified: incubator/roller/trunk/web/WEB-INF/tiles-defs.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/tiles-defs.xml?rev=379275&r1=379274&r2=379275&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/tiles-defs.xml (original)
+++ incubator/roller/trunk/web/WEB-INF/tiles-defs.xml Mon Feb 20 15:12:30 2006
@@ -258,7 +258,7 @@
     <put name="content" value="/WEB-INF/jsps/error404.jsp" />
 </definition>
 <definition name=".loginerror" extends=".tiles-simplepage" >
-    <put name="content" value="/loginerror.jsp" />
+    <put name="content" value="/login.jsp?error=true" />
 </definition>
     
 </tiles-definitions>