Skip to content

Commit

Permalink
Disallow empty samlmd:Scope elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 13, 2015
1 parent 83ae1b8 commit d6df224
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -838,6 +838,8 @@
*****************************************************
-->

<bean id="shibmd-Scope" parent="QName" c:_0-ref="shibmd_namespace" c:_1="Scope"/>

<bean id="stripShibScope" parent="ElementStrippingStage"
p:id="stripShibScope"
p:elementName="Scope"
Expand Down
2 changes: 2 additions & 0 deletions mdx/validation-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,8 @@
<ref bean="mdui-GeolocationHint"/>
<ref bean="mdui-IPHint"/>
<ref bean="mdui-Keywords"/>

<ref bean="shibmd-Scope"/>
</set>
</property>
</bean>
Expand Down

0 comments on commit d6df224

Please sign in to comment.