[java-identity-provider] branch master updated: IDP-1479 - Add custom object support for MVC exception views
Scott Cantor
cantor.2 at osu.edu
Mon Dec 23 11:43:34 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6bdb0d0a59bd81896f8a28748fb8ad1a519d519c
The following commit(s) were added to refs/heads/master by this push:
new 6bdb0d0 IDP-1479 - Add custom object support for MVC exception views
6bdb0d0 is described below
commit 6bdb0d0a59bd81896f8a28748fb8ad1a519d519c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 23 11:43:30 2019 -0500
IDP-1479 - Add custom object support for MVC exception views
https://issues.shibboleth.net/jira/browse/IDP-1479
---
idp-conf/src/main/resources/system/conf/mvc-beans.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-conf/src/main/resources/system/conf/mvc-beans.xml b/idp-conf/src/main/resources/system/conf/mvc-beans.xml
index 8b59e39..20d5c71 100644
--- a/idp-conf/src/main/resources/system/conf/mvc-beans.xml
+++ b/idp-conf/src/main/resources/system/conf/mvc-beans.xml
@@ -61,6 +61,7 @@
<!-- Exception handling -->
<bean id="shibboleth.ExceptionResolver" class="net.shibboleth.ext.spring.error.ExtendedMappingExceptionResolver"
+ c:_0="#{getObject('shibboleth.ExceptionResolverViewExtenderFunction')}"
p:defaultErrorView="%{idp.errors.defaultView:error}"
p:excludedExceptions="#{getObject('%{idp.errors.excludedExceptions:undefined}')}"
p:exceptionMappings="#{getObject('%{idp.errors.exceptionMappings:undefined}')}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list