Skip to Content.
Sympa Menu

mace-opensaml-users - Re: Validation woes

Subject: OpenSAML user discussion

List archive

Re: Validation woes


Chronological Thread 
  • From: Chad La Joie <>
  • To:
  • Subject: Re: Validation woes
  • Date: Wed, 20 Sep 2006 07:09:34 -0400
  • Organization: UIS - middleware

Yeah this is a bug. Most of the code is prepared to handle nulls, this wasn't. This has been fixed in both the trunk and TP2 branch.


wrote:
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

--
Chad La Joie 2052-C Harris Bldg
OIS-Middleware 202.687.0124



Archive powered by MHonArc 2.6.16.

Top of Page