[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088605#comment-13088605
 ] 

Hudson commented on ZOOKEEPER-1152:
-----------------------------------

Integrated in ZooKeeper-trunk #1272 (See 
[https://builds.apache.org/job/ZooKeeper-trunk/1272/])
    ZOOKEEPER-1152. Exceptions thrown from handleAuthentication can cause 
buffer corruption issues in NIOServer.

breed : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1159929
Files : 
* 
/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/java/test/org/apache/zookeeper/test/AuthTest.java


> Exceptions thrown from handleAuthentication can cause buffer corruption 
> issues in NIOServer
> -------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1152
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1152
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.3.3, 3.4.0
>            Reporter: Camille Fournier
>            Assignee: Camille Fournier
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1152.patch
>
>
> Exceptions thrown by an AuthenticationProvider's handleAuthentication method 
> will not be caught, and can cause the buffers in the NIOServer to not read 
> requests fully or properly. Any exceptions thrown here should be caught and 
> treated as auth failure. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to