mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-08-24 12:13:37 -04:00
[GH-ISSUE #10] Coudn't use backslashes( \\ ) in path for files #4
Reference in New Issue
Block a user
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 @Arkweid on GitHub (Dec 7, 2022).
Original GitHub issue: https://github.com/vxcontrol/soldr-modules/issues/10
Module coudn't use backslashes( \\ ) in path for files because of validation. It will cause a problem to read a file on network disk.
Definition of Done:
@souryogurt commented on GitHub (Dec 8, 2022):
I'll take it! It seems there is no escaping for the regexp validation pattern.
@souryogurt commented on GitHub (Dec 9, 2022):
I also tested that the file_reader can read updates from network shares. e.g.,
\\WIN\Users\Public\test.txt, because I wasn't sure how the backing custom library works under the hood. Reading network shares works fine.So the problem was only in UI regexp validation.