Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).
OF-3047: Fix parsing of LDAP 'authPassword' attribute.
Openfire’s implementation splits values based on the $ character. The method used, however, interpret that character as a regular expression. Instead, it should be used literally (per RFC 3112).
code cleanup: Use standard 'Charset' object instead of String literal
Slightly faster, as no lookups are needed, and no longer needs to catch UnsupportedEncodingException in some cases.