﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1557	Extra spaces should not cause nginx error	gfrankliu@…		"Shouldn't nginx just ignore those extra spaces and blank lines?

I tried below in the config of nginx 1.14.0:

server {
...

    set $testvar1 ""testval1"";
... 300 blank lines, each with 20 spaces ...
    set $testvar2 ""testval2"";

...
}

nginx configtest says:
nginx: [emerg] too long parameter ""
         ..."" started in 
"	defect	closed	minor		other	1.14.x	fixed				1.14.0
