From 7177d95f410a1faee08d69188946a382ab51a98b Mon Sep 17 00:00:00 2001 From: Ian Young Date: Sat, 24 Aug 2013 10:48:14 +0000 Subject: [PATCH] Implement new checking for duplicate IdP display names via a new stage defined in ukf-mda 0.7.2. This fixes the problem we were having with multi-language IdPs which didn't really have translations, adds ignoring of leading and trailing whitespace in comparisons, and clears bugzilla 803 (take mdui:DisplayName into account) and bugzilla 933 (perform case-insensitive comparisons) as well. --- mdx/uk/beans.xml | 1 + mdx/uk/generate.xml | 36 ++++++++++++++++++++++ mdx/validation-beans.xml | 53 ++++++++++++++++++++++++-------- tools/ukf-mda/ukf-mda-0.7.1.jar | Bin 24078 -> 0 bytes tools/ukf-mda/ukf-mda-0.7.2.jar | Bin 0 -> 26582 bytes 5 files changed, 78 insertions(+), 12 deletions(-) delete mode 100644 tools/ukf-mda/ukf-mda-0.7.1.jar create mode 100644 tools/ukf-mda/ukf-mda-0.7.2.jar diff --git a/mdx/uk/beans.xml b/mdx/uk/beans.xml index 56d0cafe..e52e3e06 100644 --- a/mdx/uk/beans.xml +++ b/mdx/uk/beans.xml @@ -376,6 +376,7 @@ + diff --git a/mdx/uk/generate.xml b/mdx/uk/generate.xml index 881b910b..c1acf412 100644 --- a/mdx/uk/generate.xml +++ b/mdx/uk/generate.xml @@ -351,6 +351,12 @@ p:id="uk_productionPipeline"> + + + + @@ -395,6 +401,12 @@ p:id="uk_wayfPipeline"> + + + + @@ -547,6 +559,12 @@ p:id="CDSAllPipeline"> + + + + @@ -605,6 +623,12 @@ p:id="uk_fallbackPipeline"> + + + + @@ -663,6 +687,12 @@ p:id="uk_testPipeline"> + + + + @@ -726,6 +756,12 @@ p:id="uk_exportPipeline"> + + + + diff --git a/mdx/validation-beans.xml b/mdx/validation-beans.xml index 014dbc4a..921ddfd3 100644 --- a/mdx/validation-beans.xml +++ b/mdx/validation-beans.xml @@ -219,18 +219,6 @@ - - - - - - - - - @@ -664,6 +652,47 @@ + + + + + + + + + + + + + + + +