Skip to:
An NPE is thrown if a baseDn is not set.Either perform a check in the parser and provide a clearer exception or default the baseDn to an empty string.I believe v2 defaulted to an empty string.
Fixed in r8306.
Use default baseDn defined in SearchExecutor.
An NPE is thrown if a baseDn is not set.
Either perform a check in the parser and provide a clearer exception or default the baseDn to an empty string.
I believe v2 defaulted to an empty string.