[java-identity-provider] branch main updated: Fix ModuleContext import.

Scott Cantor cantor.2 at osu.edu
Mon Jun 12 20:28:19 UTC 2023


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

The following commit(s) were added to refs/heads/main by this push:
     new e8398556a Fix ModuleContext import.
e8398556a is described below

commit e8398556ab51b1022182b867219252033324a43c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 12 16:28:15 2023 -0400

    Fix ModuleContext import.
---
 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 66eedff2f..69f1992ed 100644
--- a/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
+++ b/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
@@ -19,7 +19,7 @@
 <%@ page import="com.codahale.metrics.Gauge" %>
 <%@ 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.profile.module.ModuleContext" %>
 <%@ page import="net.shibboleth.shared.component.IdentifiedComponent" %>
 <%@ page import="net.shibboleth.shared.service.ReloadableService" %>
 <%

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


More information about the commits mailing list