Since NGINX removed support for spaces in URIs, we need to remove space_in_uri too.
From now on, requests with spaces in URIs are immediately rejected rather
than allowed. Spaces were allowed in 31e9677b15a1 (0.8.41) to handle bad
clients. It is believed that now this behaviour causes more harm than
good.
closes: https://github.com/yaoweibin/nginx_ajp_module/issues/51
Since NGINX removed support for spaces in URIs, we need to remove space_in_uri too.
https://github.com/nginx/nginx/commit/05395f4889cf0b66e8d049921ad19f1a08319150
Signed-off-by: Jintao Zhang zhangjintao9020@gmail.com
cc @yaoweibin