Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Scott Cantor
Scott CantorReporter
Karsten Huneycutt
Karsten HuneycuttComponents
Fix versions
Created June 30, 2008 at 3:30 PM
Updated June 23, 2009 at 12:46 PM
Resolved November 21, 2008 at 12:20 AM
Our metadata generator generates metadata with a cacheDuration="PT1H0M0.000S" (it's for testing right now, so 1H is okay). According to the XML Schema specification for duration at:
http://www.w3.org/TR/xmlschema-2/#duration
"If the number of years, months, days, hours, minutes, or seconds in any expression equals zero, the number and its corresponding designator - may- be omitted. However, at least one number and its designator - must- be present."
However, when the SP loads the file/url with this cacheDuration, it complains:
2008-06-30 15:27:29 CRIT Shibboleth.Application : error building/initializing MetadataProvider: Year separator is missing or misplaced.
If I remove the cacheDuration statement from the file, it loads completely without error.