﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1271	$arg_s:event:id does not work	rcosnita@…		"I try to set a variable in nginx configuration which holds the value of the query parameter: s:event:id. Unfortunately, it does not work. Below you can find a sample location from my configuration file:

	location /test-error {
	   set $sid $arg_s:event:sid;

	   return 200 $sid; 
        }

sid variable holds :event:sid instead of the query parameter value. Below you can find a curl statement for testing this:

curl -v http://127.0.0.1:8080/test-error?s:event:sid=123x46xx"	defect	closed	blocker		nginx-core	1.10.x	wontfix			nginx version: nginx/1.10.3	"Linux 327acafc16fa 4.9.13-moby #1 SMP Sat Mar 25 02:48:44 UTC 2017 x86_64 Linux

It is alpine linux in docker but the same behaviour can be easily reproduced in ubuntu / macos or centos."
