]> granicus.if.org Git - apache/commit
Merge r1832280 from trunk:
authorYann Ylavic <ylavic@apache.org>
Thu, 5 Jul 2018 19:20:20 +0000 (19:20 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 5 Jul 2018 19:20:20 +0000 (19:20 +0000)
commit3866a3b5e1043eee91b4ac00dbf14ad90eed56f2
tree848b18b2f292ef3bb838a4968aac17d2d6b49e9a
parent49d899f89d87a3e37135a4f99cb65ca23968e895
Merge r1832280 from trunk:

In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie' header field in order to avoid updating the wrong one.

This could happen if the header field has something like 'fakepath=foo;path=bar". In this case fakepath would be updated instead of path.

We don't need regex anymore in order to parse the field values and 'ap_proxy_strmatch_domain' and 'ap_proxy_strmatch_path' are now useless. (and should be axed IMHO)

PR 61560

Submitted by: jailletc36
Reviewed by: jailletc36, rpluem, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835171 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/proxy_util.c