bugfix: setting $args might not make ngx_proxy (and others) honour the change. applied the setting_args_invalidates_uri patch to fix this issue. thanks rvsw for the report.

This commit is contained in:
Yichun Zhang (agentzh)
2014-01-23 12:06:48 -08:00
parent 5c14faf444
commit 676150c81b
2 changed files with 48 additions and 0 deletions

View File

@ -225,6 +225,10 @@ echo "$info_txt applying the resolve-names-with-a-trailing-dot patch for nginx $
patch -p1 < $root/patches/nginx-$ver-resolve-names-with-a-trailing-dot.patch || exit 1
echo
echo "$info_txt applying the setting_args_invalidates_uri patch for nginx $ver"
patch -p1 < $root/patches/nginx-$ver-setting_args_invalidates_uri.patch || exit 1
echo
rm -f *.patch || exit 1
cd .. || exit 1