Ticket #531 (closed defect: fixed)
GetEnv on empty env strings
Description
With version 1.4.10 in a senario where QUERY_STRING should be empty (there is no ? after the url) i.e. "http://www.lighttpd.net/". If in that senario someone does getenv("QUERY_STRING") it will return ".". I'm not sure if it's due lightppd or a general system update... but i think the changes are bigger that it's lighttpd :)
A temperary workaround can be if (QUERY_STRING=".") QUERY_STRING=""; (that's what I use now for a temp fix)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

