Author: ate
Date: Fri Jun  8 17:47:50 2007
New Revision: 545674

URL: http://svn.apache.org/viewvc?view=rev&rev=545674
Log:
Fix infinite loop dispatching to /error.shtml on errors, sic

Modified:
    
portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/struts-config.xml

Modified: 
portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/struts-config.xml?view=diff&rev=545674&r1=545673&r2=545674
==============================================================================
--- 
portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/struts-config.xml
 (original)
+++ 
portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/struts-config.xml
 Fri Jun  8 17:47:50 2007
@@ -33,8 +33,8 @@
   </global-exceptions>
 
   <global-forwards>
-    <forward name="failure" path="/error.shtml"/>
-    <forward name="error" path="/error.shtml"/>
+    <forward name="failure" path="/error.shtml" redirect="true"/>
+    <forward name="error" path="/error.shtml" redirect="true"/>
     <forward name="signon" path="/shop/signonForm.shtml"/>
     <forward name="newOrderForm" path="/shop/newOrderForm.shtml"/>
   </global-forwards>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to