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

(ITS#4007) [JLDAP] LDAPMessage class not implemneted correctly



Full_Name: John Glynn
Version: HEAD
OS: java
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (159.251.88.4)


Asynchronous searches return an LDAPSearchQueue from which the LDAPMessage
object is fetched.  The underlying Novell class returns a base class reference
which is an LDAPMessage.  By simply creating an org.ietf.ldap.LDAPMessage object
and storing the original novell LDAPMessage object as a member, there is no way
to get the subclass type from the original class.  This effectively destroys the
type information contained in the novell LDAPMessage base class and renders the
ietf LDAPMessage essentially useless.