[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 16:50:31 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=1c5f6e8ad29637419191608fca986a39c30fe63f
The following commit(s) were added to refs/heads/maint-4 by this push:
new 1c5f6e8ad IDP-1986 - index.jsp missing messages template references
1c5f6e8ad is described below
commit 1c5f6e8ad29637419191608fca986a39c30fe63f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 3 11:50:28 2023 -0500
IDP-1986 - index.jsp missing messages template references
https://shibboleth.atlassian.net/browse/IDP-1986
Similar issue in x509-prompt.jsp.
---
.../resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
index 553b442fc..707def9f7 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
@@ -32,7 +32,7 @@ final boolean identifiedRP = rpUIContext != null && !rpContext.getRelyingPartyId
<head>
<meta charset="utf-8">
<title><spring:message code="idp.title" text="Web Login Service" /></title>
- <link rel="stylesheet" type="text/css" href="<%= request.getContextPath()%>/css/main.css">
+ <link rel="stylesheet" type="text/css" href="<%= request.getContextPath()%><spring:message code="idp.css" text="/css/placeholder.css" />">
</head>
<body>
@@ -106,7 +106,7 @@ final boolean identifiedRP = rpUIContext != null && !rpContext.getRelyingPartyId
<footer>
<div class="container container-footer">
- <p class="footer-text"><spring:message code="root.footer" text="Insert your footer text here." /></p>
+ <p class="footer-text"><spring:message code="idp.footer" text="Insert your footer text here." /></p>
</div>
</footer>
</div>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list