[
https://issues.apache.org/jira/browse/ZOOKEEPER-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16701143#comment-16701143
]
Hudson commented on ZOOKEEPER-3194:
-----------------------------------
SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #286 (See
[https://builds.apache.org/job/ZooKeeper-trunk/286/])
ZOOKEEPER-3194: Quorum TLS - fix copy/paste bug in ZKTrustManager (andor: rev
a109b8b5034a160c3ad0f4d2b790df962ff4dc47)
* (edit)
zookeeper-server/src/main/java/org/apache/zookeeper/common/ZKTrustManager.java
> Quorum TLS - fix copy/paste bug in ZKTrustManager
> -------------------------------------------------
>
> Key: ZOOKEEPER-3194
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3194
> Project: ZooKeeper
> Issue Type: Bug
> Components: security
> Affects Versions: 3.6.0, 3.5.5
> Reporter: Ilya Maykov
> Assignee: Ilya Maykov
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.6.0, 3.5.5
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> There is an obvious copy/paste bug in ZKTrustManager:
> ZKTrustManager.checkClientTrusted() is callingĀ
> x509ExtendedTrustManager.checkServerTrusted(). It should callĀ
> x509ExtendedTrustManager.checkClientTrusted() instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)