vxcontrol/soldr-modules

Coudn't use backslashes( \\ ) in path for files

Closed this issue · 2 comments

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:

  • UI validation allow use backslashes( \\ )
  • Module could read a file on network disk

I'll take it! It seems there is no escaping for the regexp validation pattern.

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.