[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 13 23:59:13 EDT 2015
Author: scantor
Date: Fri Mar 13 23:59:13 2015
New Revision: 7415
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7415&view=rev
Log:
Global bean for a specialized exception handler for view/end states.
Modified:
trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml?rev=7415&r1=7414&r2=7415&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml Fri Mar 13 23:59:13 2015
@@ -43,6 +43,9 @@
<property name="defaultErrorView" value="%{idp.errors.defaultView:error}"/>
</bean>
+ <bean id="RethrowingFlowExecutionExceptionHandler"
+ class="net.shibboleth.idp.profile.impl.RethrowingFlowExecutionExceptionHandler" />
+
<!-- ViewResolvers -->
<bean id="shibboleth.VelocityConfig" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
More information about the commits
mailing list