[GitHub] zookeeper pull request #263: ZOOKEEPER-2767:Corrected keystore related messa...

2017-05-23 Thread ramu11
GitHub user ramu11 opened a pull request:

https://github.com/apache/zookeeper/pull/263

ZOOKEEPER-2767:Corrected keystore related messages to truststore mess…

possible fix for "https://issues.apache.org/jira/browse/ZOOKEEPER-2767;

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ramu11/zookeeper ZOOKEEPER-2767

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zookeeper/pull/263.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #263


commit bffd8e9157ea83d7fc13990c05ef45144c71c6d3
Author: Ramu <kkaka...@redhat.com>
Date:   2017-05-24T05:15:29Z

ZOOKEEPER-2767:Corrected keystore related messages to truststore messages 
for truststore location/password checks




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zookeeper pull request #246: Corrected keystore related messages to truststo...

2017-05-23 Thread ramu11
Github user ramu11 closed the pull request at:

https://github.com/apache/zookeeper/pull/246


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zookeeper issue #246: Corrected keystore related messages to truststore mess...

2017-05-23 Thread ramu11
Github user ramu11 commented on the issue:

https://github.com/apache/zookeeper/pull/246
  
This closes  #246


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zookeeper pull request #246: Corrected keystore related messages to truststo...

2017-05-23 Thread ramu11
Github user ramu11 commented on a diff in the pull request:

https://github.com/apache/zookeeper/pull/246#discussion_r118161237
  
--- Diff: src/java/main/org/apache/zookeeper/common/X509Util.java ---
@@ -199,4 +199,4 @@ public static X509TrustManager 
createTrustManager(String trustStoreLocation, Str
 }
 }
 }
-}
\ No newline at end of file
+}
--- End diff --

Corrected the unnecessary change +}
Closing this pull req to raise new with corrected changes


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zookeeper pull request #246: Corrected keystore related messages to truststo...

2017-05-02 Thread ramu11
GitHub user ramu11 opened a pull request:

https://github.com/apache/zookeeper/pull/246

 Corrected keystore related messages to truststore messages for trust…

possible fix for "https://issues.apache.org/jira/browse/ZOOKEEPER-2767;

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ramu11/zookeeper ZOOKEEPER-2767

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zookeeper/pull/246.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #246


commit a76636465022f646ac4f7b8f3827666918b2c1bf
Author: Kodanda Ramu Kakarla <kkaka...@kkakarla.pnq.csb>
Date:   2017-05-02T07:56:10Z

 Corrected keystore related messages to truststore messages for truststore 
location/password checks




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---