diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2013-09-23 19:37:06 +0400 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-09-23 19:37:06 +0400 |
commit | d2ef70e97acbda42204d589d0886be88314016c2 (patch) | |
tree | 85fa5a75524703bfc0d22bda12c255aa95afef6b /src/core/ngx_string.h | |
parent | f52a2c7585092b980866fde5d1a0569fe2bf43b2 (diff) | |
download | nginx-d2ef70e97acbda42204d589d0886be88314016c2.tar.gz nginx-d2ef70e97acbda42204d589d0886be88314016c2.zip |
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".
Diffstat (limited to 'src/core/ngx_string.h')
0 files changed, 0 insertions, 0 deletions