caching via XMLObject ?

Ian Young ian at iay.org.uk
Tue Aug 20 15:19:22 EDT 2013


On 20 Aug 2013, at 04:23, Brent Putman <putmanb at georgetown.edu> wrote:

> Also, fyi, while reviewing that class I confirmed that there is a bug
> with the "index by all superclasses/interfaces" option:
> 
> https://issues.shibboleth.net/jira/browse/JSPT-27
> 
> I guess could be significant or not in the MDA, depending on whether
> getting duplicates back causes an issue. At the very least, some extra
> iterations in a loop.

The type hierarchy for the kinds of thing that get put into item metadata in the MDA just now isn't all that complicated, so I would not expect that bug to cause problems.

The MDA does depend on ordering, though, which I guess is why the API of the class is defined in terms of List rather than Set or Collection.  For example, one internal use for the item metadata is to record the stages which have processed an item.  Just replacing the List with a Set would break that.

	-- Ian



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4813 bytes
Desc: not available
Url : http://shibboleth.net/pipermail/dev/attachments/20130820/0ec77f8b/attachment.bin 


More information about the dev mailing list