Shadowsocks-android: Exporting profile does not URL-encode apostrophe in profile name

Created on 16 Nov 2018  路  1Comment  路  Source: shadowsocks/shadowsocks-android

Describe the bug
When exporting a profile to a QR code or to clipboard within the app, any apostrophes (') contained within the remark/tag/profile name are not URL-encoded to %27. This causes Shadowsocks Android to truncate the profile name after the first apostrophe.

To Reproduce
Steps to reproduce the behavior:

  1. Create a profile with an apostrophe in the profile name.
  2. Press share and export to clipboard.
  3. Import from clipboard on the same device or another.
  4. The profile name will be truncated after the first occurrence of an apostrophe.

Problem only happens on import. The exported URI is perfect.

For example, the app exports one of my profiles to:

ss://<BASE64>@<SERVER:PORT>#Richard's%20Server

(placeholders were added). The profile name should be "Richard's Server".

After importing from clipboard, the profile name shows "Richard" instead, because the apostrophe is not handled properly. Please see screenshots as well.

Expected behavior
Exporting URI should URL-encode apostrophes (') to %27. This will allow profile names to be exported properly because an apostrophe is a special character.

Screenshots
Before importing:
screenshot_20181116-102217

After importing from clipboard:
screenshot_20181116-102227

Device:

  • Android version: 8.0.0
  • Device: OnePlus 3T A3000
  • Version: v4.5.7 (latest stable from Play Store)

Configuration
Not applicable. This bug is only relevant to the profile name.

Additional context
It seems that the apostrophe is the only character not properly handled. I have not tested other characters extensively, but "@" is URL-encoded properly.

bug

Most helpful comment

>All comments

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhangchunsheng picture zhangchunsheng  路  3Comments

KlansyMsniv picture KlansyMsniv  路  3Comments

Mygod picture Mygod  路  5Comments

zhoujun2 picture zhoujun2  路  3Comments

mahdiG picture mahdiG  路  4Comments