-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
scriptler:2.10
On the script creation page, the value of the Id is not verified. If you put something like "<" or any other character that are not allowed as filename, you receive an exception stack.
Two solutions:
- either convert the characters that are not valid to "_" (better solution from UX PoV)
- or warn the users and ask another Id.
Take care of the filename that are not valid under Windows like "con", cf. SO question.
The method fixFileName starts the work (with spaces) but is not exhaustive.