vt-middleware / ldaptive

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

Separate LDAP URL parsing from state management. #256

Closed dfish3r closed 6 months ago

dfish3r commented 6 months ago

Bump minor version for API breaking changes in LdapURL. Provide a separate package for parsing and formatting LDAP URLs. Add default Url parsing implementation. Change LdapURL to use composition for parsed URL properties. Fix percent encode/decode for multi-byte characters. Add benchmark tests for default and regex URL parsing.