Loading CHANGES +3 −0 Original line number Diff line number Diff line -*- coding: utf-8 -*- Changes with Apache 2.4.38 *) mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus <manu@netbsd.org>, Luca Toscano] *) mod_ssl: clear *SSL errors before loading certificates and checking afterwards. Otherwise errors are reported when other SSL using modules are in play. Fixes PR 62880. [Michael Kaufmann] Loading STATUS +0 −6 Original line number Diff line number Diff line Loading @@ -126,12 +126,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_session_cookie: avoid duplicate Set-Cookie headers in the response. trunk patch: http://svn.apache.org/r1843244 2.4.x patch: svn merge -c 1843244 ^/httpd/httpd/trunk . +1: elukey, jim, minfrin elukey: test added in http://svn.apache.org/r1844468 PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading modules/session/mod_session_cookie.c +2 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static apr_status_t session_cookie_save(request_rec * r, session_rec * z) if (conf->name_set) { if (z->encoded && z->encoded[0]) { ap_cookie_write(r, conf->name, z->encoded, conf->name_attrs, z->maxage, r->headers_out, r->err_headers_out, z->maxage, r->err_headers_out, NULL); } else { Loading @@ -80,7 +80,7 @@ static apr_status_t session_cookie_save(request_rec * r, session_rec * z) if (conf->name2_set) { if (z->encoded && z->encoded[0]) { ap_cookie_write2(r, conf->name2, z->encoded, conf->name2_attrs, z->maxage, r->headers_out, r->err_headers_out, z->maxage, r->err_headers_out, NULL); } else { Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line -*- coding: utf-8 -*- Changes with Apache 2.4.38 *) mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus <manu@netbsd.org>, Luca Toscano] *) mod_ssl: clear *SSL errors before loading certificates and checking afterwards. Otherwise errors are reported when other SSL using modules are in play. Fixes PR 62880. [Michael Kaufmann] Loading
STATUS +0 −6 Original line number Diff line number Diff line Loading @@ -126,12 +126,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_session_cookie: avoid duplicate Set-Cookie headers in the response. trunk patch: http://svn.apache.org/r1843244 2.4.x patch: svn merge -c 1843244 ^/httpd/httpd/trunk . +1: elukey, jim, minfrin elukey: test added in http://svn.apache.org/r1844468 PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading
modules/session/mod_session_cookie.c +2 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static apr_status_t session_cookie_save(request_rec * r, session_rec * z) if (conf->name_set) { if (z->encoded && z->encoded[0]) { ap_cookie_write(r, conf->name, z->encoded, conf->name_attrs, z->maxage, r->headers_out, r->err_headers_out, z->maxage, r->err_headers_out, NULL); } else { Loading @@ -80,7 +80,7 @@ static apr_status_t session_cookie_save(request_rec * r, session_rec * z) if (conf->name2_set) { if (z->encoded && z->encoded[0]) { ap_cookie_write2(r, conf->name2, z->encoded, conf->name2_attrs, z->maxage, r->headers_out, r->err_headers_out, z->maxage, r->err_headers_out, NULL); } else { Loading