Feature #1622
closedmod_url for lighttpd.
Description
hi, i made a small module to solve the probolem that can be occurred
when requested url charater encoding and filesystem character encoding
are different from each other. this is so useful for the user uses
multibyte characters. i have inspired by mod_url module in the apache
project.
Updated by darix over 16 years ago
how can you statically configure the request charset in the config? shouldnt you take it from the request header?
Updated by gstrauss over 8 years ago
- Related to Feature #1623: mod_url for lighttpd. added
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Status changed from New to Wontfix
- Assignee deleted (
jan)
Cute example how to use iconv to convert the URL if the client encoding is known in advance.
(See https://redmine.lighttpd.net/issues/1623 for mod_uri.c as attachment)
Nowadays, UTF-8 is the recommended encoding for the URL, and it is also recommended to url-encode (percent-encode) any special ASCII and 8-bit chars with high bit set.
Also available in: Atom