Actions
Bug #1806
closedprint the parsed config-file in internal form does not quote doublequote
ASK QUESTIONS IN Forums:
Description
say i have in config:
accesslog.format = "%h %l %u %t \"%r\" %>s %b"
and running lighttpd -pf lighttpd.conf
, it displays without backslashes:
lighttpd -pf /etc/lighttpd/lighttpd.conf | grep accesslog.format accesslog.format = "%h %l %u %t "%r" %>s %b"
Files
Updated by glen over 14 years ago
- File data_string_print_escape.patch.txt data_string_print_escape.patch.txt added
- Target version set to 1.4.27
- % Done changed from 0 to 90
- Missing in 1.5.x set to Yes
my proposed fix. works:
# lighttpd -pf /etc/lighttpd/lighttpd.conf | grep accesslog.format accesslog.format = "%h %l %u %t \"%r\" %>s %b"
Updated by glen over 14 years ago
- Status changed from New to Fixed
- % Done changed from 90 to 100
Applied in changeset r2725.
Actions
Also available in: Atom