aliyun / aliyun/aliyun-openapi-java-sdk
Wrong decoding of json "\u"
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
- 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".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the JsonReader implementation in aliyun-java-sdk-core and trace how aliyun-java-sdk-kms 2.15.0 decodes the reported escaped value. Reproduce the \u0026 case, then verify that decoding preserves the intended ampersand representation and add or update a regression test if the project’s existing tests cover JsonReader.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100