-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta
-
generic
-
generic
NamingEnumeration defines hasMore and next which are used to iterate over the
elements of an enumeration. They should not have to be called in lockstep.
Moreover, the hasMore method should not have to be called at all.
Currently, in the LDAP provider the hasMore call has side effects related to referral handling and limit errors so the lockstep calls are necessary.
elements of an enumeration. They should not have to be called in lockstep.
Moreover, the hasMore method should not have to be called at all.
Currently, in the LDAP provider the hasMore call has side effects related to referral handling and limit errors so the lockstep calls are necessary.
- relates to
-
JDK-4511980 NamingEnumeration.nextElement() throws a NoSuchElementException when NamingEnume
-
- Closed
-