Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Switch export preview aggregate to opt-out.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 22, 2014
1 parent 5b994ed commit 78abffd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,11 @@
***********************************************************
-->

<bean id="uk_exportPreviewSelector" class="net.shibboleth.metadata.dom.XPathItemSelectionStrategy">
<constructor-arg value="/md:EntityDescriptor[not(md:Extensions/ukfedlabel:ExportOptOut)]"/>
<constructor-arg ref="commonNamespaces"/>
</bean>

<bean id="uk_exportPreviewPipeline" parent="SimplePipeline"
p:id="uk_exportPreviewPipeline">
<property name="stages">
Expand Down Expand Up @@ -953,7 +958,7 @@
</bean>
<bean class="net.shibboleth.utilities.java.support.collection.Pair">
<constructor-arg ref="uk_exportPreviewPipeline"/>
<constructor-arg ref="uk_exportSelector"/>
<constructor-arg ref="uk_exportPreviewSelector"/>
</bean>
</list>
</property>
Expand Down

0 comments on commit 78abffd

Please sign in to comment.