Loading CHANGES +3 −0 Original line number Diff line number Diff line -*- coding: utf-8 -*- Changes with Apache 2.4.38 *) mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line [Jim Jagielski] *) mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus <manu@netbsd.org>, Luca Toscano] Loading STATUS +0 −7 Original line number Diff line number Diff line Loading @@ -126,13 +126,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line trunk patch: http://svn.apache.org/r1592655 2.4.x patch: svn merge -c 1592655 ^/httpd/httpd/trunk . +1: jailletc36, jim, minfrin jailletc36: a CHANGE entry should maybe be added PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading modules/dav/main/mod_dav.c +1 −1 Original line number Diff line number Diff line Loading @@ -643,7 +643,7 @@ static int dav_created(request_rec *r, const char *locn, const char *what, const char *body; if (locn == NULL) { locn = r->unparsed_uri; locn = ap_escape_uri(r->pool, r->uri); } /* did the target resource already exist? */ Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line -*- coding: utf-8 -*- Changes with Apache 2.4.38 *) mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line [Jim Jagielski] *) mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus <manu@netbsd.org>, Luca Toscano] Loading
STATUS +0 −7 Original line number Diff line number Diff line Loading @@ -126,13 +126,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line trunk patch: http://svn.apache.org/r1592655 2.4.x patch: svn merge -c 1592655 ^/httpd/httpd/trunk . +1: jailletc36, jim, minfrin jailletc36: a CHANGE entry should maybe be added PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading
modules/dav/main/mod_dav.c +1 −1 Original line number Diff line number Diff line Loading @@ -643,7 +643,7 @@ static int dav_created(request_rec *r, const char *locn, const char *what, const char *body; if (locn == NULL) { locn = r->unparsed_uri; locn = ap_escape_uri(r->pool, r->uri); } /* did the target resource already exist? */ Loading