#210 closed defect (fixed)
Can't specify arbitrary valid filenames in configuration file
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.7.1 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
Because of the current limitations of the configuration file parser, it is not possible to specify any arbitrary valid filename in a file = /path
directive (same for directories). Problems are:
- hard limit of 512 characters per line
- no escaping of special characters supported
- no quoting of filename supported (for trailing blanks)
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [286].