[java-identity-provider] branch dev/thymeleaf updated: Add a TODO.

Scott Cantor cantor.2 at osu.edu
Wed Jan 31 16:59:23 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=f871ceb41384ca1dccf82f106ab0cd2be42df9ed

The following commit(s) were added to refs/heads/dev/thymeleaf by this push:
     new f871ceb41 Add a TODO.
f871ceb41 is described below

commit f871ceb41384ca1dccf82f106ab0cd2be42df9ed
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 31 11:59:20 2024 -0500

    Add a TODO.
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml | 1 +
 1 file changed, 1 insertion(+)

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 6a329ef36..0fe54c315 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
@@ -111,6 +111,7 @@
             value="#{'%{idp.views:%{idp.home}/views}'.trim()},classpath:/net/shibboleth/idp/views,classpath:/META-INF/net/shibboleth/idp/views" />
     </bean>
 
+    <!-- TODO: we'd need a factory bean to build the set below due to idp.views allowing for multiple paths. -->
     <bean id="thymeleafTemplateEngine" class="org.thymeleaf.spring6.SpringTemplateEngine">
         <property name="templateResolvers">
             <util:set>

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


More information about the commits mailing list