[java-identity-provider] branch main updated: Open up "room" in the chain of view resolvers for plugin use.

Scott Cantor cantor.2 at osu.edu
Tue Feb 6 19:20:48 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b8620e31e6bae3203cea3f894e114ff2c7602d88

The following commit(s) were added to refs/heads/main by this push:
     new b8620e31e Open up "room" in the chain of view resolvers for plugin use.
b8620e31e is described below

commit b8620e31e6bae3203cea3f894e114ff2c7602d88
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 6 14:20:46 2024 -0500

    Open up "room" in the chain of view resolvers for plugin use.
---
 .../src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml
index 7221301b1..3742bbcd3 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml
@@ -85,7 +85,7 @@
             
     <bean id="shibboleth.VelocityViewResolver" class="net.shibboleth.shared.spring.velocity.VelocityViewResolver"
             c:_0-ref="#{'%{idp.views.velocity.activationCondition:shibboleth.Conditions.TRUE}'.trim()}">
-        <property name="order" value="%{idp.views.velocity.order:2}" />
+        <property name="order" value="%{idp.views.velocity.order:10}" />
         <property name="cache" value="true"/>
         <property name="prefix" value=""/>
         <property name="suffix" value=".vm"/>
@@ -93,7 +93,7 @@
     </bean>
 
     <bean id="shibboleth.InternalViewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
-        <property name="order" value="%{idp.views.jsp.order:3}" />
+        <property name="order" value="%{idp.views.jsp.order:20}" />
         <property name="viewClass" value="org.springframework.web.servlet.view.JstlView"/>
         <property name="prefix" value="/WEB-INF/jsp/"/>
         <property name="suffix" value=".jsp"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list