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

Scott Cantor cantor.2 at osu.edu
Tue Jan 3 16:51:14 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=c8f9f09a6ce579a107738ef5428337149e284b4a

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

commit c8f9f09a6ce579a107738ef5428337149e284b4a
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 ce5b9ea19..65fa21ac2 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