Neil Wilson

Results 171 comments of Neil Wilson

The LDAP SDK doesn’t currently provide a way to automatically reduce the number of connections in a pool after a specified period of time. That really isn’t a recommended practice...

I just committed a change to the LDAP SDK that added a new PruneUnneededConnectionsLDAPConnectionPoolHealthCheck class that can be used to periodically monitor the size of the pool (at the pool’s...

LDAP connections and connection pools do have finalize methods that do ensure that they’re closed whenever that method gets run. However, finalizers are highly unpredictable and it can be a...

Thanks for reporting this. I can confirm a bug in the `Filter.matchesEntry` method for the case in which one of the filter components was invalid. The `Filter.matchesEntry` method will throw...

I’ve confirmed that there is a bug in the way that the LDAP SDK generates CSV-formatted values. It was inadvertently dropping any character outside the printable range of ASCII characters...

That’s the correct base64-encoding for the value, so it shouldn’t be a character set issue. When I use the 8.0.0.1 version of the Ping Identity Directory Server (the latest generally...

I just repeated the above test with the 7.0.0.0 release of the Directory Server, using both the ldapsearch provided with the Directory Server and the one provided in the 5.1.0...

FYI, I just committed an update to ldapsearch to add support for multi-valued-csv and multi-valued-tab-delimited output formats. If you use those output formats, any attribute with multiple values will have...

It's not clear which version you're actually using, since there was no 3.7.1 release. However, I'm not aware of any case in which the LDAP SDK hasn't closed the underlying...

Thanks for reporting this. I've just committed a change that should address it.