[java-identity-provider] branch dev/thymeleaf updated: Adjust name of additional Thymeleaf resource resolver.

Scott Cantor cantor.2 at osu.edu
Wed Jan 31 16:44:03 UTC 2024


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

scantor pushed a commit to branch dev/thymeleaf
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/dev/thymeleaf by this push:
     new 935e33ffe Adjust name of additional Thymeleaf resource resolver.
935e33ffe is described below

commit 935e33ffef980078969801e6316458ff92941552
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 31 11:44:00 2024 -0500

    Adjust name of additional Thymeleaf resource resolver.
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 32ab98ba7..6a329ef36 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
@@ -131,7 +131,7 @@
                     <property name="suffix" value=".html"/>
                 </bean>
                 <bean class="org.thymeleaf.spring6.templateresolver.SpringResourceTemplateResolver">
-                    <property name="name" value="classpathViews" />
+                    <property name="name" value="pluginViews" />
                     <property name="checkExistence" value="true"/>
                     <property name="cacheable" value="true"/>
                     <property name="templateMode" value="HTML" />

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


More information about the commits mailing list