Project

General

Profile

Actions

Feature #1622

closed

mod_url for lighttpd.

Added by drsean almost 16 years ago. Updated over 7 years ago.

Status:
Wontfix
Priority:
Normal
Category:
3rd party
Target version:
ASK QUESTIONS IN Forums:

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.


Related issues 1 (0 open1 closed)

Related to Feature #1623: mod_url for lighttpd.FixedActions
Actions #1

Updated by darix almost 16 years ago

how can you statically configure the request charset in the config? shouldnt you take it from the request header?

Actions #2

Updated by gstrauss over 7 years ago

Actions #3

Updated by gstrauss over 7 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.

Actions #4

Updated by gstrauss over 7 years ago

  • Category changed from core to 3rd party
Actions

Also available in: Atom