[java-identity-provider] branch main updated: IDP-1986 - index.jsp missing messages template references

Scott Cantor cantor.2 at osu.edu
Tue Jan 3 14:59:47 UTC 2023


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=a9e25ef5d5a01afb350cd6542cb5b7ef6eb8c57d

The following commit(s) were added to refs/heads/main by this push:
     new a9e25ef5d IDP-1986 - index.jsp missing messages template references
a9e25ef5d is described below

commit a9e25ef5d5a01afb350cd6542cb5b7ef6eb8c57d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 3 09:59:22 2023 -0500

    IDP-1986 - index.jsp missing messages template references
    
    https://shibboleth.atlassian.net/browse/IDP-1986
    
    Missed message commit.
---
 .../src/main/resources/net/shibboleth/idp/messages/messages.properties   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages.properties
index 79a128671..66cfa0543 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages.properties
@@ -67,6 +67,7 @@ idp.logo.alt-text = Replace or remove this logo
 idp.message = An unidentified error occurred.
 idp.footer = Insert your footer text here.
 
+root.css = /css/placeholder.css
 root.title = Shibboleth IdP
 root.message = No services are available at this location.
 root.footer = Insert your footer text here.

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


More information about the commits mailing list