[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: JLDAP Bug n fixes (ITS#1512)



At 01:01 PM 2002-01-07, vtag@novell.com wrote:
>It certainly doesn't make sense to do something like
>  LDAPAttribute("name", new String[]  {"a", "b", null, "c"});
>This case should probably throw an exception.

I would have to agree.  But, 

LDAPAttribute("mail", new String[]  {"a", "b", "", "c"});

would be valid (IA5 strings allow empty values), null != empty.