[
https://issues.apache.org/jira/browse/ZOOKEEPER-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187530#comment-14187530
]
Ian Dimayuga commented on ZOOKEEPER-2063:
-----------------------------------------
[~hdeng]
I am not super familiar with the test framework, but it is possible that that
point in testSendCloseSession() is too late to change the channel pipeline
handler.
It looks like in the super class,
org.apache.zookeeper.test.ClientBase.startServerInstance() has been called with
the ServerCnxnFactory beforehand during setUp(). So by the time we get here,
the pipeline may already be created, in which case changing the handler after
the fact will not have the desired effect.
> Netty+SSL support for client-server communication
> -------------------------------------------------
>
> Key: ZOOKEEPER-2063
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2063
> Project: ZooKeeper
> Issue Type: Bug
> Reporter: Hongchao Deng
> Assignee: Hongchao Deng
>
> ZooKeeper currently have netty option on server side. We want to support
> netty on client side too. After that, we could add ssl support based on netty
> channel.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)