[java-identity-provider] branch maint-4 updated: IDP-1986 - index.jsp missing messages template references
Scott Cantor
cantor.2 at osu.edu
Tue Jan 3 14:59:25 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=99a1c1662eb6d09e922658c6df037605f413682f
The following commit(s) were added to refs/heads/maint-4 by this push:
new 99a1c1662 IDP-1986 - index.jsp missing messages template references
99a1c1662 is described below
commit 99a1c1662eb6d09e922658c6df037605f413682f
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