﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
87	location core module and case sensitive matching	Michał L	somebody	"Hello,

I think I found a problem with respecting case sensitive setting at location, here is my test config:
{{{
server {
    server_name     test.localhost;

    root d:/public;

    location ~ /ePr {
        proxy_pass   http://192.168.0.2:8080;
    }
}
}}}
Requests like this one below goes to proxy, according to [http://wiki.nginx.org/NginxHttpCoreModule#location documentation] this is wrong or I miss something.
{{{
/epr/Extensions.js""
}}}
"	defect	closed	minor		nginx-core	1.0.x	invalid	location, case sensitive		Microsoft Windows XP [Wersja 5.1.2600] SP3	"nginx version: nginx/1.0.11
TLS SNI support enabled
configure arguments: --with-cc=cl --builddir=objs.msvc8 --with-debug --prefix= -
-conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access
.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-te
mp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fast
cgi-temp-path=temp/fastcgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs
.msvc8/lib/pcre-8.12 --with-zlib=objs.msvc8/lib/zlib-1.2.5 --with-select_module
--with-http_realip_module --with-http_addition_module --with-http_sub_module --w
ith-http_dav_module --with-http_stub_status_module --with-http_flv_module --with
-http_mp4_module --with-http_gzip_static_module --with-http_random_index_module
--with-http_secure_link_module --with-mail --with-openssl=objs.msvc8/lib/openssl
-0.9.8r --with-openssl-opt=enable-tlsext --with-http_ssl_module --with-mail_ssl_
module --with-ipv6"
