diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-09-19 02:45:44 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-09-19 02:45:44 +0800 |
commit | 76df62a6236eba2ae1ea7ffe7b9599418b044a01 (patch) | |
tree | 4bf29cbfbdb838a74cb798cc9daecc7f36ac2b5f /docs/changes.xml | |
parent | 5354e05b2f09cbcc6dfeb0242f047ce169b0634b (diff) | |
download | unit-76df62a6236eba2ae1ea7ffe7b9599418b044a01.tar.gz unit-76df62a6236eba2ae1ea7ffe7b9599418b044a01.tar.bz2 |
HTTP: fixed cookie parsing.
The fixing supports the cookie value with the '=' character.
This is related to #756 PR on Github.
Thanks to changxiaocui.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 1534a6dc..7c0712f3 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.29.0. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> +<change type="bugfix"> +<para> +fix HTTP cookie parsing when the value contains an equals sign. +</para> +</change> + </changes> |