Skip to Content.
Sympa Menu

mace-opensaml-users - Re: Re: Validation woes

Subject: OpenSAML user discussion

List archive

Re: Re: Validation woes


Chronological Thread 
  • From:
  • To:
  • Subject: Re: Re: Validation woes
  • Date: Tue, 19 Sep 2006 07:04:13 -0400 (EDT)

And another bit to it:

org.opensaml.xml.validation.ValidatorSuite.validate() trys to use an ordered
children list in a for loop without checking if the list is null.

Either all code should be prepared for a null list, or the implementation
classes such as AbstractNameIDType should return an empty list rather than a
null one.


Chris



Archive powered by MHonArc 2.6.16.

Top of Page