Actions
Bug #420
closedsetenv.add-environment() maps all variable names uppercase
ASK QUESTIONS IN Forums:
Description
It is currently impossible to set mixed-case environment variables via setenv.add-environment().
The names all get capitalized. Moreover (and less important imho) the sanitizer seems a bit overaggressive, german umlauts for example are mapped to '_' in the varnames.
-- bkw
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to invalid
The keys in associate arrays in lighttpd are not case sensitive, and that won't change.
You shouldn't use mixed-case for names anyway :)
And i see nothing wrong with replacing umlauts (how should they be encoded? utf-8? iso-8859-1? ...).
Actions
Also available in: Atom