[java-identity-provider] branch master updated: IDP-1486 Fix status.jsp

Tom Zeller tzeller at dragonacea.biz
Wed Oct 2 18:50:42 EDT 2019


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

tzeller pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=cc57d364df0741b5b065b2e0bdc9e7bdf39e3931

The following commit(s) were added to refs/heads/master by this push:
       new  cc57d36   IDP-1486 Fix status.jsp
cc57d36 is described below

commit cc57d364df0741b5b065b2e0bdc9e7bdf39e3931
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Oct 2 17:50:16 2019 -0500

    IDP-1486 Fix status.jsp
    
    https://issues.shibboleth.net/jira/browse/IDP-1486
---
 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 158c888..a28a1d5 100644
--- a/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
+++ b/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
@@ -12,7 +12,7 @@
 <%@ page import="net.shibboleth.idp.Version" %>
 <%@ page import="com.codahale.metrics.MetricSet" %>
 <%@ page import="com.codahale.metrics.Gauge" %>
-<%@ page import="net.shibboleth.idp.saml.metadata.RelyingPartyMetadataProvider" %>
+<%@ 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" %>

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


More information about the commits mailing list