From 0a695b3a5138abbb22786f169b734914a6065f05 Mon Sep 17 00:00:00 2001 From: wangwei Date: Wed, 19 Jun 2019 18:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=90=86=E7=9B=B8=E5=85=B3=E7=9A=84=E5=BA=94?= =?UTF-8?q?=E7=AD=94=E5=A4=B4=E7=9A=84district=E7=9A=84=E5=80=BCset-cookie?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BASet-Cookie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20190619/update_dict.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/sql/20190619/update_dict.sql diff --git a/src/main/resources/sql/20190619/update_dict.sql b/src/main/resources/sql/20190619/update_dict.sql new file mode 100644 index 000000000..b6f04ce5e --- /dev/null +++ b/src/main/resources/sql/20190619/update_dict.sql @@ -0,0 +1,2 @@ +#代理相关的应答头的district的值set-cookie修改为Set-Cookie +update function_region_dict set config_district='Set-Cookie,Content-Type,others' where function_id in(210,207,215) and config_region_value='PXY_CTRL_HTTP_RES_HDR'; \ No newline at end of file