Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed url decoder in getPath #3596

Open
wants to merge 1 commit into
base: release/4.0
Choose a base branch
from

Conversation

stevealexr
Copy link

Description

The getPath method performs url decoding on the stored path but url decoding is not idempotent and there is no way to distinguish between url encoded and non-url encoded string. The original code suggests the class may accept url encoded string so there might be additional things to fix.

Issue tracker

Fixes #3560

Automatic tests

  • Added test cases

Manual tests

  • Done

  • Device: Resizable

  • OS: API Level 33

Build tasks success

Successfully running following tasks on local:

  • ./gradlew assembledebug
  • ./gradlew spotlessCheck

@TranceLove
Copy link
Collaborator

TranceLove commented Oct 27, 2022

I'm not in favour of this, before #1347 gets fixed.

@TeamAmaze TeamAmaze deleted a comment from Bladfool Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't open folders with plus ("+") in the name
3 participants