﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
384	trailing dot in server_name	Sergey Kandaurov		"nginx should treat server_name values with and without trailing dot as identical to each other. Thus, it shall warn and continue during configuration syntax check for the below snippet due to conflicting server_name.

{{{
    server {
        server_name  localhost;
    }

    server {
        server_name  localhost.;
    }
}}}
"	defect	new	minor		nginx-core	1.3.x					"nginx version: nginx/1.5.3
built by clang 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
configure arguments:
"
