Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/238#discussion_r117538863
--- Diff: src/java/main/org/apache/jute/Utils.java ---
@@ -190,19 +190,32 @@ static String fromCSVString(String s) throws
IOException {
}
/**
+ * convert byte array to a string in hex format
*
- * @param s
- * @return
+ * @param barr
+ * @return
*/
- static String toXMLBuffer(byte barr[]) {
--- End diff --
I went through the links that you provided. Would you mind including the
version of the JVM that you are running? According to
https://issues.apache.org/jira/browse/CAMEL-4893 the issue I think you are
running into was fixed in JDK's greater than 1.7.0_02.
It would also be great if you could include a stack trace of the issue you
are running into.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---