Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.7.0
-
None
-
None
Description
While running IT tests, I was getting consistent failures in the proxy tests.
There's code that converts a password String to a ByteBuffer:
{ByteBuffer password = s2bb("password");
And that is passed as a password to another converter that takes a string:
... s2pp(password.toString());
Sadly, the ByteBuffer.toString() call does not get you back the original password.
Attachments
Issue Links
- duplicates
-
ACCUMULO-3812 T*ProxyIT classes need cleanup
-
- Resolved
-