mbaedke commented on code in PR #3077:
URL: https://github.com/apache/jackrabbit-oak/pull/3077#discussion_r3767464769
##########
oak-auth-ldap/src/test/java/org/apache/jackrabbit/oak/security/authentication/ldap/AbstractServer.java:
##########
@@ -449,5 +463,11 @@ protected void tearDown() throws Exception {
if (cacheService != null) {
cacheService.destroy();
}
+ if (previousKeyStoreType == null) {
Review Comment:
We reset to the default if it was empty, which restores the original config.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]