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

Issue with HTML URL Encoding in file or folder names #3625

Closed
Mistywing opened this issue Nov 13, 2022 · 1 comment · Fixed by #3854
Closed

Issue with HTML URL Encoding in file or folder names #3625

Mistywing opened this issue Nov 13, 2022 · 1 comment · Fixed by #3854
Labels
Area-FileOperations Related to file operations (e.g. moving, copying, renaming). Area-UIUX Related to user interface/experience (e.g. dialogs, notifications). Issue-Severe (high) Showstopper issues that require immediate attention
Milestone

Comments

@Mistywing
Copy link

Mistywing commented Nov 13, 2022

Describe the bug
HTML URL Encoding in file and folder names causes usual operations such as extract, open, delete or rename to fail.
Zip archives are shown as empty (0 bytes) and fail to Extract with toast message noting they are empty.
Folders are shown as empty (0 bytes) and Open/Browse shows no contents.
Rename fails and no changes are made.
Delete fails and no changes are made.
Copy and Paste fails, folder content isn't copied and Zip archive copy is unsuccessful (popup message).
Encrypt fails and produces no result.

To Reproduce
Steps to reproduce the behavior:

  1. Create a file or folder with HTML URL Encoding, such as "%20.zip".
  2. Attempt any of the file or folder operations
  3. Observe the silent failure of most, except for Extract and Copy and Paste of a Zip archive

Expected behavior
The operations should work as expected.

Smartphone:

  • Device: Google Pixel 3a
  • OS: Android 12
  • Rooted: No
  • Version: 3.8.2

Additional Context:
The zip archives I download with Firefox often have HTML URL Encoding in their names, which currently renders Amaze useless at managing them.

@VishnuSanal VishnuSanal added Issue-Severe (high) Showstopper issues that require immediate attention Area-UIUX Related to user interface/experience (e.g. dialogs, notifications). Area-FileOperations Related to file operations (e.g. moving, copying, renaming). labels Nov 13, 2022
@Mistywing
Copy link
Author

I looked at the existing issues. This seems related to #3560. If that's correct, should this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-FileOperations Related to file operations (e.g. moving, copying, renaming). Area-UIUX Related to user interface/experience (e.g. dialogs, notifications). Issue-Severe (high) Showstopper issues that require immediate attention
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants