Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are a variety of API changes planned that may impact advanced deployers making use of classes in scripts or extensions. Most changes are relatively small and non-impactful. The Javadocs (see the Configuration page for links once V3.4 is released) include summaries of all deprecated classes and methods.

Potential changes

There are some changes we might chose to make but which we seek deployer's input on.

Add a default ValidUntil Filter on all non local Metadata providers

This was discussed 

Jira Legacy
serverShibboleth JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId180d847f-bce4-36b2-9964-771bff586829
keyIDP-693
 and preciously in the dev list The idea is that if a non local metadata provider (FileBackedHTTPMetadataProvider or DynamicHTTPMetadataProvider)  was configured withoutRequiredValidUntilFilter, then one would be added with a 14 day timeout.  The previous behavior (of having no filter) would be achieved by adding a RequiredValidUntilFilter with a timeout of 0.

...