From 7bf4744e30496c75c6b497354e7c5e56d7654e7d Mon Sep 17 00:00:00 2001
From: Ian Young
Date: Wed, 25 Jun 2008 15:48:28 +0000
Subject: [PATCH] Allow detection and display of EZproxy SPs via the
uklabel:Software element. Make this take precedence over the heuristic which
detects Shibboleth 1.2 SPs.
---
build/statistics.xsl | 53 +++++++++++++++++++++++++++++++++++++-------
1 file changed, 45 insertions(+), 8 deletions(-)
diff --git a/build/statistics.xsl b/build/statistics.xsl
index d06bdc93..cf4985b8 100644
--- a/build/statistics.xsl
+++ b/build/statistics.xsl
@@ -532,10 +532,19 @@
+
+
+
+
+
-
+
of all entities.
+
+
+ select="$entities.shib.12.in/descendant::md:AssertionConsumerService[contains(@Location, 'Shibboleth.shire')]/ancestor::md:EntityDescriptor"/>
+ select="$entities.shib.12.in/descendant::md:SingleSignOnService[contains(@Location, '/HS')]/ancestor::md:EntityDescriptor"/>
Shibboleth 1.2
@@ -722,6 +730,8 @@
+
@@ -739,6 +749,33 @@
are running something other than the Shibboleth reference software.
+
+
+ EZproxy Entities
+
+
+ There is 1 entity in the metadata that appears to be
+ running EZproxy service provider software.
+
+
+ There are entities
+ in the metadata that
+ appear to be running EZproxy service provider software.
+
+ This is
+ of all entities, or
+ of service providers.
+
+
+
+
@@ -826,7 +863,7 @@
+ select="$entities.ezproxy | $entities.shib.2 | $entities12 | $entities13 | $athensImEntities | $knownGuanxiIdps | $knownGateways"/>
Unknown Software