[java-identity-provider] branch main updated: Update renamed internal class

Tom Zeller tzeller at dragonacea.biz
Mon Aug 1 20:23:21 UTC 2022


This is an automated email from the git hooks/post-receive script.

tzeller 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=98d77bd37ea7d272e19034fbd13ef838267cdd4e

The following commit(s) were added to refs/heads/main by this push:
     new 98d77bd37 Update renamed internal class
98d77bd37 is described below

commit 98d77bd37ea7d272e19034fbd13ef838267cdd4e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 1 15:22:30 2022 -0500

    Update renamed internal class
    
    https://shibboleth.atlassian.net/browse/IDP-1989
---
 idp-war/src/main/webapp/WEB-INF/jsp/status.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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..398a3746a 100644
--- a/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
+++ b/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
@@ -20,7 +20,7 @@
 <%@ 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.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" %>

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


More information about the commits mailing list