-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.3.0
-
Component/s: core-libs
-
None
-
kestrel
-
x86, sparc
-
solaris_7, windows_nt
-
Verified
Certain simple filtered searches are automatically converted to LDAP compare operations by the LDAP service provider.
A search is converted to a compare iff:
- the scope is set to 'base'
- the filter is a simple assertion: "<type>=<value>"
- the returning attributes list is present but empty
The third check is implemented incorrectly in the code.
A search is converted to a compare iff:
- the scope is set to 'base'
- the filter is a simple assertion: "<type>=<value>"
- the returning attributes list is present but empty
The third check is implemented incorrectly in the code.
- duplicates
-
JDK-4307275 LDAP record search works in 1.2.1; broken in 1.3beta (CMP vs. SRCH)
-
- Closed
-