]
Peter Skopek updated SASL-70:
-----------------------------
Git Pull Request:
ByteStringBuilder constructor with initial byte array ignore this
initial bytes
-------------------------------------------------------------------------------
Key: SASL-70
URL:
https://issues.jboss.org/browse/SASL-70
Project: WildFly SASL Provider
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Util
Affects Versions: 2.0.0.Alpha1
Reporter: Peter Skopek
Assignee: Peter Skopek
Fix For: 2.0.0.Alpha1
When one uses "new ByteStringBuilder(myByteArray)" the myByteArray is not
included in the content of this ByteStringBuilder due to lenght field not set to initial
length.