Skip to content

Commit

Permalink
Remove wayf and all ukfedlabel extensions (not just the ones we regar…
Browse files Browse the repository at this point in the history
…d as unpublishable for all aggregates) from the export aggregate, to correspond with the current draft of FTS 1.4. I have confirmed with Glenn Wearen at Edugate that this will not cause issues for them.

This means that everything in the export aggregate is standardised rather than UK-defined.  If we need any of this functionality in the future, we'd reintroduce it using entity attributes in some form.
  • Loading branch information
iay committed Apr 10, 2013
1 parent 97ebf89 commit f313cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@
p:id="uk_exportPipeline">
<property name="stages">
<list>
<ref bean="uk_stripExtensions"/>
<ref bean="stripUkfedlabelNamespace"/>
<ref bean="stripWayfNamespace"/>
<ref bean="stripKeyNames"/>
<ref bean="uk_assemble"/>
<ref bean="removeEmptyExtensions"/>
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/ns_norm_export.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 elab saml"
exclude-result-prefixes="alg md mdattr elab saml ukfedlabel 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 f313cda

Please sign in to comment.