[java-idp-testbed COMMIT] /trunk/src/main/resources/system/conf/mvc-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Apr 12 17:20:00 EDT 2014
Author: scantor
Date: Sat Apr 12 17:20:00 2014
New Revision: 180
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=180&view=rev
Log:
Checkpointing some error handling code.
Modified:
trunk/src/main/resources/system/conf/mvc-beans.xml
Modified: trunk/src/main/resources/system/conf/mvc-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/system/conf/mvc-beans.xml?rev=180&r1=179&r2=180&view=diff
==============================================================================
--- trunk/src/main/resources/system/conf/mvc-beans.xml (original)
+++ trunk/src/main/resources/system/conf/mvc-beans.xml Sat Apr 12 17:20:00 2014
@@ -34,15 +34,11 @@
<bean class="org.springframework.web.servlet.handler.SimpleMappingExceptionResolver">
<property name="exceptionMappings">
<props>
- <prop key="org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException">
- FlowExecutionRestorationFailureException
- </prop>
+ <prop key="FlowExecutionRestorationFailureException">backbutton</prop>
</props>
</property>
- <!--
<property name="defaultErrorView" value="error"/>
- -->
- </bean>
+ </bean>
<!-- ViewResolvers -->
More information about the commits
mailing list