Project

General

Profile

Actions

Bug #420

closed

setenv.add-environment() maps all variable names uppercase

Added by Anonymous over 18 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_setenv
Target version:
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

Actions #1

Updated by stbuehler over 15 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 #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom