You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Product and API: aliyun-java-sdk-kms 2.15.0 & JsonReader class
Platform: java
Mininum Code:
The aliyun api (KMS) returned "&" as "\u0026". The aliyun-java-sdk-kms library calls JsonReader of aliyun-java-sdk-core to decode. But it simply ignores the '\', resulting in a "u0026".
We expect that the sdk decoder should return either "&", or "\u0026".
The text was updated successfully, but these errors were encountered:
nivekz
changed the title
Wrong decoding of json \u
Wrong decoding of json "\u"
Sep 20, 2021
The aliyun api (KMS) returned "&" as "\u0026". The aliyun-java-sdk-kms library calls JsonReader of aliyun-java-sdk-core to decode. But it simply ignores the '\', resulting in a "u0026".
We expect that the sdk decoder should return either "&", or "\u0026".
The text was updated successfully, but these errors were encountered: