Opened 15 years ago

Closed 15 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 Nicklas Nordborg, 15 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4892]) Fixes #1296: Disallow quote characters in file names

Note: See TracTickets for help on using tickets.