mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
4b9df7d1e2
Added unit tests for DN extraction. Corrected typo in Javadoc. Switched server/client socket logic for certificate extraction -- when the local socket is in client/server mode, the peer is necessarily the inverse. Fixed unit tests. Moved lazy-loading authentication access out of isDebugEnabled() control branch. This closes #622