commit | d2ef70e97acbda42204d589d0886be88314016c2 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Sep 23 19:37:06 2013 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Sep 23 19:37:06 2013 +0400 |
tree | 85fa5a75524703bfc0d22bda12c255aa95afef6b | |
parent | f52a2c7585092b980866fde5d1a0569fe2bf43b2 [diff] |
Caseless location tree construction (ticket #90). Location tree was always constructed using case-sensitive comparison, even on case-insensitive systems. This resulted in incorrect operation if uppercase letters were used in location directives. Notably, the following config: location /a { ... } location /B { ... } failed to properly map requests to "/B" into "location /B".