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

Commit

Permalink
Trim whitespace from md:EmailAddress elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Sep 16, 2014
1 parent ecea7a4 commit 6832134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@
<!--
QNames for SAML metadata elements.
-->
<bean id="md-EmailAddress" parent="QName" c:_0-ref="md_namespace" c:_1="EmailAddress"/>
<bean id="md-NameIDFormat" parent="QName" c:_0-ref="md_namespace" c:_1="NameIDFormat"/>
<bean id="md-OrganizationDisplayName" parent="QName" c:_0-ref="md_namespace" c:_1="OrganizationDisplayName"/>
<bean id="md-OrganizationURL" parent="QName" c:_0-ref="md_namespace" c:_1="OrganizationURL"/>
Expand Down Expand Up @@ -1030,6 +1031,7 @@
p:id="trimImportElementWhitespace">
<property name="elementNames">
<set>
<ref bean="md-EmailAddress"/>
<ref bean="md-NameIDFormat"/>
<ref bean="md-OrganizationDisplayName"/>
<ref bean="md-OrganizationURL"/>
Expand Down

0 comments on commit 6832134

Please sign in to comment.