Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
M2.1
-
None
-
None
Description
the tokenizer on AMQShortString creates substrings backed by the same array. Unfortunately some methods on AMQShortString do not handle backing arrays with non-zero start offsets correctly (namely toIntValue and tokenize itself).
Luckily nowhere in the M2.1 code is tokenize() or toIntValue() called on a AMQShortString which is itself the product of a tokenization.
Therefore this bug should not stop the M2.1 release.