[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 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-15 Thread afine
Github user afine commented on a diff in the pull request:

https://github.com/apache/zookeeper/pull/246#discussion_r116584819
  
--- 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 --

unnecessary change


---
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 
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.
---