Skip to content

Commit

Permalink
Retire HideFromWAYF extension from fallback aggregate.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 10, 2015
1 parent 4930406 commit 2ce644f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 63 deletions.
50 changes: 0 additions & 50 deletions mdx/uk/add_hide_element.xsl

This file was deleted.

19 changes: 7 additions & 12 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,6 @@
<ref bean="removeBlacklistedEntities"/>
<ref bean="standardImportActions"/>

<!--
Add UK federation HideFromWAYF element as an equivalent to membership in
the REFEDS Hide from Discovery category.
-->
<bean p:id="uk_addHideFromWAYF" parent="XSLTransformationStage">
<property name="XSLResource">
<bean parent="ClassPathResource">
<constructor-arg value="uk/add_hide_element.xsl"/>
</bean>
</property>
</bean>

<!--
Silently remove entities which are marked as
having errors.
Expand Down Expand Up @@ -591,6 +579,7 @@
<ref bean="errorTerminatingFilter"/>

<ref bean="uk_assemble"/>
<ref bean="stripWayfNamespace"/>
<ref bean="fixup_EncryptionMethod"/>
<ref bean="performOtherFixups"/>
<ref bean="stripEmptyExtensions"/>
Expand Down Expand Up @@ -1036,6 +1025,12 @@
<ref bean="CMSStripUnwanted"/>

<ref bean="CMSFinalise"/>

<!--
Normalise namespaces in the most general way. This will leave in a number
of unwanted namespace prefix declarations (e.g., xmlns:wayf) but that's
not really important for an aggregate we don't publish.
-->
<ref bean="normaliseNamespaces"/>

<ref bean="serializeCMSAggregate"/>
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/ns_norm_back.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
xmlns:wayf="http://sdss.ac.uk/2006/06/WAYF"

exclude-result-prefixes="alg md mdattr saml"
exclude-result-prefixes="alg md mdattr saml wayf"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
Expand Down

0 comments on commit 2ce644f

Please sign in to comment.