Skip to content

Commit

Permalink
ie_edugate export metadata is now confirmed as automated, so make its…
Browse files Browse the repository at this point in the history
… validUntil expiring a hard error again
  • Loading branch information
iay committed Aug 18, 2011
1 parent e7e7eec commit 5954d83
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions mdx/ie_edugate/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
ie_edugate_validUntil
Check that an aggregate has a validUntil instant specified, and that it has not
yet expired. Sets a bound of 30 days on the validity interval.
yet expired. Sets a bound of 14 days on the validity interval; 9 days is the
expected value.
-->
<bean id="ie_edugate_validUntil" class="net.shibboleth.metadata.dom.saml.ValidateValidUntilStage"
init-method="initialize" lazy-init="true">
Expand All @@ -61,7 +62,7 @@
<!--
Validity interval must not exceed 30 days.
-->
<property name="maxValidityInterval" value="#{ 1000L * 60 * 60 * 24 * 30 }"/>
<property name="maxValidityInterval" value="#{ 1000L * 60 * 60 * 24 * 14 }"/>
</bean>

<!--
Expand All @@ -79,18 +80,10 @@
missing or expired validUntil attribute
invalid signature
-->
<!-- <ref bean="ie_edugate_validUntil"/> -->
<ref bean="ie_edugate_validUntil"/>
<ref bean="ie_edugate_checkSignature"/>
<ref bean="errorTerminatingFilter"/>

<!--
For now, regard expired validUntil as an error which
is serious enough to cause this metadata to be discarded
but not enough to cause our signing process to terminate.
-->
<ref bean="ie_edugate_validUntil"/>
<ref bean="errorAnnouncingFilter"/>

<ref bean="disassemble"/>

<ref bean="standardImportActions"/>
Expand Down

0 comments on commit 5954d83

Please sign in to comment.