Hi Christophe, On Fri, May 25, 2018 at 10:00 PM, <[email protected]> wrote: > Author: jailletc36 > Date: Fri May 25 20:00:04 2018 > New Revision: 1832275 > > URL: http://svn.apache.org/viewvc?rev=1832275&view=rev > Log: > Add test for ProxyPassReverseCookieDomain and ProxyPassReverseCookiePath. > > See PR 61560. > Corrently broken, but working on a fix :)
Even after r1832283, t/modules/proxy.t fails in 2.4.x: # testing : 'Set-Cookie domain=' wrongly updated by ProxyPassReverseCookieDomain, PR 61560 # expected: 'fakedomain=local;domain=remote' # received: 'fakedomain=remote;domain=local' not ok 21 # testing : 'Set-Cookie path=' wrongly updated by ProxyPassReverseCookiePath, PR 61560 # expected: 'fakepath=/local;path=/remote' # received: 'fakepath=/remote;path=/local' not ok 23 Do these depend on r1832280 (not in 2.4.x yet)? Thanks, Yann.
