vt-middleware / ldaptive

A simple, extensible Java API for interacting with LDAP servers
56 stars 26 forks source link

Fix multi-byte assertion values. #253

Closed dfish3r closed 7 months ago

dfish3r commented 7 months ago

FilterUtils was only writing the first byte of multi-byte characters. Fixes #252.

dhawes commented 7 months ago

Looks good. This is a nice table for anyone trying to visualize the bitwise and:

https://en.wikipedia.org/wiki/UTF-8#Encoding