aliyun / aliyun/aliyun-openapi-java-sdk

Wrong decoding of json "\u"

Open
#630 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.