Feature #136

Make dirlisting encoding configurable

Added by Anonymous 1326 days ago. Updated 551 days ago.

Status:Fixed Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:core
Target version:-
Pending:

Resolution:

fixed


Description

Some of us have file systems with file names encoded in UTF-8 or other funky character sets, however the dir-listing code in lighttpd is hardwired to send an encoding of "iso-8859-1".

It'd be nice to make this configurable.

My patch to do so: http://www.perlfu.co.uk/code/lighttpd/lighttpd-1.3.13-dir-listing.encoding.diff

The patch add a "dir-listing.encoding" setting, which is just a plain string substituted into the header. Headers default to "iso-8859-1" when "dir-listing.encoding" is not set.

-- critson

lighttpd-1.3.13-dir-listing.encoding.diff - http://www.perlfu.co.uk/code/lighttpd/lighttpd-1.3.13-dir-listing.encoding.diff -- critson (3.8 KB) Anonymous, 05/22/2005 09:45 AM

Associated revisions

Revision 978
Added by jan 1071 days ago

added docs for mod_dirlisting (fixes #136)

History

06/26/2005 10:42 AM - jan

  • Status changed from New to Fixed
  • Resolution set to fixed

fixed for 1.3.x in r399, added to 1.4.x for later commit

02/01/2006 12:04 PM - jan

  • Status changed from Need Feedback to Fixed
  • Resolution set to fixed

fixed in changeset r978

Also available in: Atom PDF