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

Commit

Permalink
We don't need to schema-validate SAML metadata against the ukfederati…
Browse files Browse the repository at this point in the history
…on-members schema, which only applies to our own members.xml file.
  • Loading branch information
iay committed Jan 13, 2014
1 parent dbc8d86 commit 49f00c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
<!--
schemaResources
A list of all schema documents that we make common use of.
A list of all schema documents that we make common use of in SAML metadata.
-->
<util:list id="schemaResources">
<bean parent="FilesystemResource" c:resourcePath="#{ systemProperties['basedir'] }/xml/incommon-metadata.xsd"/>
Expand Down Expand Up @@ -815,9 +815,6 @@
<bean parent="FilesystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/xml/uk-fed-label.xsd"/>
</bean>
<bean parent="FilesystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/xml/ukfederation-members.xsd"/>
</bean>
<bean parent="FilesystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/xml/ws-addr.xsd"/>
</bean>
Expand Down

0 comments on commit 49f00c3

Please sign in to comment.