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

Commit

Permalink
Remove duplicate namespace URI values by using bean references.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 27, 2014
1 parent c53ecb1 commit 1b5f9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
<bean id="removeEmptyExtensions" parent="EmptyContainerStrippingStage"
p:id="removeEmptyExtensions"
p:elementName="Extensions"
p:elementNamespace="urn:oasis:names:tc:SAML:2.0:metadata"/>
p:elementNamespace-ref="md_namespace"/>

<!--
Beans to strip out selected SAML metadata elements.
Expand Down Expand Up @@ -727,7 +727,7 @@
<bean id="stripKeyNames" parent="ElementStrippingStage"
p:id="stripKeyNames"
p:elementName="KeyName"
p:elementNamespace="http://www.w3.org/2000/09/xmldsig#"/>
p:elementNamespace-ref="ds_namespace"/>



Expand Down

0 comments on commit 1b5f9cc

Please sign in to comment.