[java-identity-provider] branch main updated: Fix tests temporarily by commenting out PluginDescription
Tom Zeller
tzeller at dragonacea.biz
Mon Oct 19 19:41:45 UTC 2020
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=5f349e611dde19b09b9243b293d2ddc8b6ea2cbc
The following commit(s) were added to refs/heads/main by this push:
new 5f349e611 Fix tests temporarily by commenting out PluginDescription
5f349e611 is described below
commit 5f349e611dde19b09b9243b293d2ddc8b6ea2cbc
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Oct 19 14:41:42 2020 -0500
Fix tests temporarily by commenting out PluginDescription
---
idp-war/src/main/webapp/WEB-INF/jsp/status.jsp | 8 +++++---
1 file changed, 5 insertions(+), 3 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 b09b29268..84e9e0a11 100644
--- a/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
+++ b/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
@@ -17,7 +17,7 @@
<%@ page import="com.codahale.metrics.MetricSet" %>
<%@ page import="com.codahale.metrics.Gauge" %>
<%@ page import="net.shibboleth.idp.module.IdPModule" %>
-<%@ page import="net.shibboleth.idp.plugin.PluginDescription" %>
+<%-- <%@ page import="net.shibboleth.idp.plugin.PluginDescription" %> --%>
<%@ page import="net.shibboleth.idp.module.ModuleContext" %>
<%@ page import="net.shibboleth.idp.saml.metadata.impl.ReloadingRelyingPartyMetadataProvider" %>
<%@ page import="net.shibboleth.idp.attribute.resolver.AttributeResolver" %>
@@ -58,9 +58,11 @@ for (final IdPModule module : ServiceLoader.load(IdPModule.class)) {
out.println();
out.println("installed plugins: ");
-for (final PluginDescription plugin : ServiceLoader.load(PluginDescription.class)) {
+/**
+ for (final PluginDescription plugin : ServiceLoader.load(PluginDescription.class)) {
out.println("\t" + plugin.getPluginId() + " Version " + plugin.getMajorVersion() + "." + plugin.getMinorVersion() + "." + plugin.getPatchVersion());
-}
+ }
+**/
out.println();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list