[java-identity-provider] branch maint-4 updated: IDP-1989 - Improve status page dependency on internal classes
Scott Cantor
cantor.2 at osu.edu
Tue Oct 18 14:17:27 UTC 2022
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=f754afacd05e8e644e59b49b84baaf15e4f4a0b1
The following commit(s) were added to refs/heads/maint-4 by this push:
new f754afacd IDP-1989 - Improve status page dependency on internal classes
f754afacd is described below
commit f754afacd05e8e644e59b49b84baaf15e4f4a0b1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 18 10:17:24 2022 -0400
IDP-1989 - Improve status page dependency on internal classes
https://shibboleth.atlassian.net/browse/IDP-1989
---
idp-war/src/main/webapp/WEB-INF/jsp/status.jsp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp b/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
index 3afca10fa..aea8550ac 100644
--- a/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
+++ b/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
@@ -20,13 +20,8 @@
<%@ page import="net.shibboleth.idp.module.IdPModule" %>
<%@ page import="net.shibboleth.idp.plugin.IdPPlugin" %>
<%@ page import="net.shibboleth.idp.module.ModuleContext" %>
-<%@ page import="net.shibboleth.idp.saml.metadata.impl.ReloadingRelyingPartyMetadataProvider" %>
-<%@ page import="net.shibboleth.idp.attribute.resolver.AttributeResolver" %>
-<%@ page import="net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl" %>
-<%@ page import="net.shibboleth.idp.attribute.resolver.DataConnector" %>
<%@ page import="net.shibboleth.utilities.java.support.component.IdentifiedComponent" %>
<%@ page import="net.shibboleth.utilities.java.support.service.ReloadableService" %>
-<%@ page import="net.shibboleth.utilities.java.support.service.ServiceableComponent" %>
<%
final RequestContext requestContext = (RequestContext) request.getAttribute("flowRequestContext");
final DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ISO_INSTANT;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list