[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:58:55 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=da3630858cf9474f65eeb7f7821b85f3773eb7a9

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

commit da3630858cf9474f65eeb7f7821b85f3773eb7a9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 3 09:58:01 2023 -0500

    IDP-1986 - index.jsp missing messages template references
    
    https://shibboleth.atlassian.net/browse/IDP-1986
    
    Fix CSS reference and add to messages.
---
 idp-war/src/main/webapp/index.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-war/src/main/webapp/index.jsp b/idp-war/src/main/webapp/index.jsp
index 2a1bc1467..087cee26b 100644
--- a/idp-war/src/main/webapp/index.jsp
+++ b/idp-war/src/main/webapp/index.jsp
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8">
     <title><spring:message code="root.title" text="Shibboleth IdP" /></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="root.css" text="/css/placeholder.css" />">
   </head>
 
   <body>

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


More information about the commits mailing list