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

Hudson commented on ZOOKEEPER-1185:
-----------------------------------

Integrated in ZooKeeper-trunk #1316 (See 
[https://builds.apache.org/job/ZooKeeper-trunk/1316/])
    ZOOKEEPER-1185. Send AuthFailed event to client if SASL authentication 
fails. (Eugene Kuntz via mahadev)

mahadev : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1176159
Files : 
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/java/main/org/apache/zookeeper/ClientCnxn.java
* 
/zookeeper/trunk/src/java/main/org/apache/zookeeper/client/ZooKeeperSaslClient.java
* /zookeeper/trunk/src/java/test/org/apache/zookeeper/test/SaslAuthFailTest.java
* /zookeeper/trunk/src/java/test/org/apache/zookeeper/test/SaslAuthTest.java

                
> Send AuthFailed event to client if SASL authentication fails
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1185
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1185
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.4.0
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>              Labels: kerberos, security
>             Fix For: 3.4.0, 3.5.0
>
>         Attachments: ZOOKEEPER-1185.patch, ZOOKEEPER-1185.patch
>
>
> There are 3 places where ClientCnxn should queue a AuthFailed event if client 
> fails to authenticate. Without sending this event, clients may be stuck 
> watching for a SaslAuthenticated event that will never come (since the client 
> failed to authenticate).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to