mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #533] Rename fails if the folder(s) of the file contains any quotes #392
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#392
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @34will on GitHub (Apr 29, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/533
It is not possible to rename a file with a quote in the folder of the preceding path. It causes an error in the JavaScript and fails to bring up the rename popup.
As an example, trying to rename
test.txtin/Documents/Test 'Hello'/fails with error:Uncaught SyntaxError: missing ) after argument list