Skip to content

Commit

Permalink
Remove mdui:Logo elements containing data: URLs from WAYF aggregate.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 29, 2015
1 parent e46e245 commit 45e9fe6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,14 @@
<ref bean="errorTerminatingFilter"/>

<ref bean="uk_assemble"/>

<!--
Remove embedded images used in mdui:Logo elements.
-->
<ref bean="stripMDUILogoData"/>
<ref bean="stripEmptyMDUIUIInfo"/>
<ref bean="stripEmptyExtensions"/>

<ref bean="stripMdattrNamespace"/>
<ref bean="fixup_EncryptionMethod"/>
<ref bean="performOtherFixups"/>
Expand Down Expand Up @@ -521,6 +529,7 @@
-->
<ref bean="stripMDUILogoData"/>
<ref bean="stripEmptyMDUIUIInfo"/>
<ref bean="stripEmptyExtensions"/>

<ref bean="CDSFinalise"/>
<ref bean="CDSNormaliseNamespaces"/>
Expand Down

0 comments on commit 45e9fe6

Please sign in to comment.