﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
182	map with hostnames does not drop terminating dot	www.google.com/accounts/o8/id?id=AItOawnQxODTko53PmY0va90aNN76a_jMUVqVco	somebody	"In ngx_http_map_variable function of ngx_http_map_module.c there are lines:
124	    len = val.len;
125	
126	    if (len && map->hostnames && val.data[len - 1] == '.') {
127	        len--;
128	    }
129
130	    value = ngx_http_map_find(r, &map->map, &val);

But 'len' is not used after that, so terminating dot cannot be ignored for map with hostnames as it should."	defect	closed	minor	1.3	nginx-module	1.3.x	fixed	map hostnames		not important	at least 1.2.1 and CURRENT
