[java-identity-provider] 04/51: Open up "room" in the chain of view resolvers for plugin use.

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 16 14:28:36 UTC 2024


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

rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

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

commit 1ac9603daccbec58662d90ac76b0de8732b6d4e8
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