Author: ate
Date: Mon Jun 11 16:02:15 2007
New Revision: 546314
URL: http://svn.apache.org/viewvc?view=rev&rev=546314
Log:
Reverting back the error and failure forward redirect configuration which is no
longer needed (and incorrect actually) now that the infinite loop on action
render includes is fixed.
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=546314&r1=546313&r2=546314
==============================================================================
---
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
Mon Jun 11 16:02:15 2007
@@ -33,8 +33,8 @@
</global-exceptions>
<global-forwards>
- <forward name="failure" path="/error.shtml" redirect="true"/>
- <forward name="error" path="/error.shtml" redirect="true"/>
+ <forward name="failure" path="/error.shtml"/>
+ <forward name="error" path="/error.shtml"/>
<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]