Skip to content

Commit

Permalink
Remove elab namespace and elab:AthensPUIDAuthority from test aggregate.
Browse files Browse the repository at this point in the history
Convert the test aggregate back into a non-hierarchical aggregate to avoid members getting false positives when testing the new RSA+SHA-256 signature profile.
  • Loading branch information
iay committed Jun 29, 2013
1 parent 4a0d1e1 commit 0080735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@
p:id="uk_testPipeline">
<property name="composedStages">
<list>
<ref bean="uk_assembleHierarchicalAggregate"/>
<ref bean="uk_assemble"/>
<ref bean="stripElabNamespace"/>
<ref bean="fixup_EncryptionMethod"/>
<ref bean="performOtherFixups"/>
<ref bean="uk_addTrustRoots"/>
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/ns_norm_test.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
xmlns:wayf="http://sdss.ac.uk/2006/06/WAYF"

exclude-result-prefixes="alg md mdattr saml"
exclude-result-prefixes="alg elab md mdattr saml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
Expand Down

0 comments on commit 0080735

Please sign in to comment.