[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:58:04 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=642728c012f584604ba3fc98117823d49bdf7cd3
The following commit(s) were added to refs/heads/maint-4 by this push:
new 642728c01 IDP-1986 - index.jsp missing messages template references
642728c01 is described below
commit 642728c012f584604ba3fc98117823d49bdf7cd3
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