Project

General

Profile

Actions

Bug #1806

closed

print the parsed config-file in internal form does not quote doublequote

Added by glen over 15 years ago. Updated almost 14 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
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

Actions #1

Updated by glen almost 14 years ago

my proposed fix. works:

# lighttpd -pf /etc/lighttpd/lighttpd.conf | grep accesslog.format
accesslog.format               = "%h %l %u %t \"%r\" %>s %b" 

Actions #2

Updated by glen almost 14 years ago

  • Status changed from New to Fixed
  • % Done changed from 90 to 100

Applied in changeset r2725.

Actions #3

Updated by glen almost 14 years ago

  • Missing in 1.5.x changed from Yes to No
Actions #4

Updated by glen almost 14 years ago

  • Assignee set to glen
Actions

Also available in: Atom