When Trove moved to support alphanumeric flavor ids, the case of having a numeric string id with leading zeros was not taken into account. The behavior on the client side is to see if the id is all digits, and if so it is converted to an int. That means that a flavor of '01' will be incorrectly interpreted as '1'. This behavior has been fixed and unit tests created. Change-Id: I5acdec576a2e7da6cbfbb1cfc61c49fbbf7379af Partial-Bug: #1603187
9.6 KiB
9.6 KiB