From b68d98526d6fd75ac83854a78dc07ef47de2999d Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 18 Apr 2011 16:07:52 +0000 Subject: [PATCH] Split the SSO/SOAP virtual host test out from check_imported into check_vhosts, and use just that in the check.ports target. Neither check_imported (which now just observes a requirement for UK federation IdPs to have scopes) nor the new check_vhosts are suitable for checking metadata imported from other partners; they are both UK conventions only. --- build.xml | 11 ++++---- build/check_imported.xsl | 28 ------------------- build/check_vhosts.xsl | 58 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 34 deletions(-) create mode 100644 build/check_vhosts.xsl diff --git a/build.xml b/build.xml index 08f9f8a6..644f40fb 100644 --- a/build.xml +++ b/build.xml @@ -850,7 +850,10 @@ Imported metadata to ${entities.dir}/imported.xml - + + + + Checked. @@ -967,7 +970,6 @@ - @@ -1223,13 +1225,10 @@ Checking vhost use - + Checked. diff --git a/build/check_imported.xsl b/build/check_imported.xsl index 8ac86eb7..e663fe9e 100644 --- a/build/check_imported.xsl +++ b/build/check_imported.xsl @@ -29,34 +29,6 @@ Checks for IdPs. --> - - - - substring-before(substring-after(concat(., '/'), 'https://'), '/') - - - - - - - - - - - - - - - - at least one SOAP location on same vhost as an SSO location - - - diff --git a/build/check_vhosts.xsl b/build/check_vhosts.xsl new file mode 100644 index 00000000..4a09451f --- /dev/null +++ b/build/check_vhosts.xsl @@ -0,0 +1,58 @@ + + + + + + + + + + + + + substring-before(substring-after(concat(., '/'), 'https://'), '/') + + + + + + + + + + + + + + + + at least one SOAP location on same vhost as an SSO location + + + + +