[java-identity-provider] branch main updated: IDP-1989 - Improve status page dependency on internal classes

Scott Cantor cantor.2 at osu.edu
Tue Oct 18 14:20:43 UTC 2022


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=dd024ea3f042b893ad2635b4962d44e737cd35d0

The following commit(s) were added to refs/heads/main by this push:
     new dd024ea3f IDP-1989 - Improve status page dependency on internal classes
dd024ea3f is described below

commit dd024ea3f042b893ad2635b4962d44e737cd35d0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 18 10:20:40 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 48f565983..66eedff2f 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.ReloadableMetadataResolver" %>
-<%@ 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.shared.component.IdentifiedComponent" %>
 <%@ page import="net.shibboleth.shared.service.ReloadableService" %>
-<%@ page import="net.shibboleth.shared.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