From 43c90c33045e694484462b75adf989da19ac4c7c Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 15 Dec 2008 14:24:54 +0000 Subject: [PATCH] Flag two new errors: DiscoveryResponse without a @Binding, and DiscoveryResponse with a @Binding other than the one we expect Shib 2.x SPs to have. --- build/statistics.xsl | 64 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) diff --git a/build/statistics.xsl b/build/statistics.xsl index 3e57e7eb..ea2bc2b2 100644 --- a/build/statistics.xsl +++ b/build/statistics.xsl @@ -23,7 +23,8 @@ xmlns:date="http://exslt.org/dates-and-times" xmlns:dyn="http://exslt.org/dynamic" xmlns:set="http://exslt.org/sets" - exclude-result-prefixes="xsl ds shibmeta md xsi members wayf uklabel math date dyn set eduservlabel" + xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" + exclude-result-prefixes="xsl ds shibmeta md xsi members wayf uklabel math date dyn set eduservlabel idpdisc" version="1.0"> @@ -128,10 +129,19 @@ + + + + + + @@ -258,6 +268,56 @@ + + +

+ The following + + + entity has a discovery response element + + + entities have discovery response elements + + + lacking a Binding attribute: +

+
    + + +
  • + : + +
  • +
    +
+
+ + +

+ The following + + + entity has a discovery response element + + + entities have discovery response elements + + + with an unrecognised Binding value: +

+
    + + +
  • + : + + () +
  • +
    +
+
+