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

Re: JLDAP Bug n fixes (ITS#1512)



> 
> 
> >>> <Kurt@OpenLDAP.org> 01/07/02 02:33PM >>>
> 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.
> 
Yes, that is exactly how it works.  It passes in an empty
value.  

-Steve