[core] preserve PATH_INFO case on case-insensitive fs (fixes #406)
commit4edb65cfa1a32e62a98e38bf21cda9542e0bda2d
authorGlenn Strauss <gstrauss@gluelogic.com>
Thu, 28 Apr 2016 17:23:29 +0000 (28 13:23 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Thu, 28 Apr 2016 17:23:29 +0000 (28 13:23 -0400)
tree7c3ab140c57c92b624dcb888ead371c820be982b
parent0fb91b026ea573f99466d5cdd8a7602dc3277215
[core] preserve PATH_INFO case on case-insensitive fs (fixes #406)

attempt to preserve PATH_INFO case even when the
URI is mapped onto a case-insensitive file system.

NTFS (Windows) is case-insensitive (even though it is case-preserving)
HFS+ (Mac OS X) can be formatted to be case-insensitive

x-ref:
  "... PATH_INFO ... improperly converted to lowercase"
  https://redmine.lighttpd.net/issues/406
src/response.c