Opened 16 years ago
Closed 16 years ago
#1296 closed defect (fixed)
Disallow quote characters in file names
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.12 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It should probably have been in the list of "forbidden" characters to begin with. Neither Windows or Linux allows a file with a quote character. See also #1295.
The fix should be easy. The validation is done in Path.isValidName().
Change History (2)
comment:1 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4892]) Fixes #1296: Disallow quote characters in file names