[
https://issues.apache.org/jira/browse/NIFI-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15803164#comment-15803164
]
ASF subversion and git services commented on NIFI-3004:
-------------------------------------------------------
Commit 970c46ccfe55ad37b9f83dff016df334838e5293 in nifi's branch
refs/heads/master from [~pvillard]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=970c46c ]
NIFI-3004 Improved StandardSSLContextService customValidate
Signed-off-by: Andy LoPresto <[email protected]>
> Improve StandardSSLContextService customValidate
> ------------------------------------------------
>
> Key: NIFI-3004
> URL: https://issues.apache.org/jira/browse/NIFI-3004
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.0.0
> Reporter: Michael Moser
> Assignee: Pierre Villard
> Priority: Minor
> Labels: newbie
>
> The StandardSSLContextService customValidate() method can be called many
> times in one validation cycle, so it must be efficient. Currently, it calls
> validateStore() on keystore and truststore, which opens each file and
> verifies it can be read and the password is correct. If that works then it
> calls verifySslConfig() which creates 3 sample SSLContext objects.
> Improve this by remembering when customValidate() has been successful and
> avoiding doing another full validation either for a very small amount of time
> or until one of the Property values changes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)