IdPFilterRequirementScript always returns true
Brent Putman
putmanb at georgetown.edu
Mon Feb 27 19:23:21 GMT 2012
On 2/27/12 12:17 PM, Sara Hopkins wrote:
> if (attributeId == null) return true;
> if (attributeValue == null) return true;
Per my previous note, the way the example documents accessing attribute
values from the attribute context is wrong, but I also don't see why
that would cause you to get a true instead of a false. Not to overlook
the obvious, it may be that the 2 conditionals above are responsible
for the true value. Perhaps there is some other reason why those would
be null in some cases. Try experimenting there to see if that is the case.
More information about the users
mailing list