Loading STATUS +26 −27 Original line number Diff line number Diff line Loading @@ -148,28 +148,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: svn merge -c 1833827 ^/httpd/httpd/trunk . +1: covener, jim, rjung PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] *) mod_ssl: Add option "leaf" to OCSPEnable that will only check the leaf in the certificate chain. PR 62112. trunk patch: http://svn.apache.org/r1826995 http://svn.apache.org/r1827001 2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-ocsp-enable-leaf.patch +1: icing, ylavic +1: icing, ylavic, rpluem jailletc36: There should be a compatibility note for the new parameter. There is also a new optional 2nd argument to the SSLOCSPEnable directive, 'no_ocsp_for_cert_ok', which is undocumented. Adding some new paramters also deserves a CHANGES entry. *) core: Allow mod_env to override all system path envvars not just PATH trunk patch: http://svn.apache.org/r1811831 2.4.x patch: svn merge -c 1811831 ^/httpd/httpd/trunk . +1: jorton ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't we open a door here (unconditionally)? *) ap_rgetline()+mod_proxy_http: Add and handle AP_GETLINE_NOSPC_EOL flag, fixes responses header thrown away on APR_ENOSPC, and allow their size to be configured (ResponseFieldSize). PRs 62196, 62198 and 62199. Loading @@ -182,8 +171,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1829657 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-PR62196+62198+62199-v3.patch (convenient patch, otherwise trunk works modulo CHANGES/MMN) +1: ylavic, covener (needs responsefieldsize compat after) +1: ylavic, covener (needs responsefieldsize compat after), rpluem *) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180. trunk patch: http://svn.apache.org/r1829038 Loading @@ -191,7 +179,28 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1830523 2.4.x patch: svn merge -c 1829038,1829039,1830523 ^/httpd/httpd/trunk . (trunk works modulo CHANGES)) +1: ylavic, jim +1: ylavic, jim, rpluem *) mod_cache: Handle case of invalid Expires header RFC compliant like the case of an Expires time in the past. So allow to overwrite the non-caching decision using "CacheStoreExpired" and respect Cache-Control "max-age" and "s-maxage". trunk patch: http://svn.apache.org/r1833876 2.4.x patch: trunk works (needs CHANGES in 2.4) svn merge -c 1833876 ^/httpd/httpd/trunk . +1: rjung, ylavic, rpluem PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] *) core: Allow mod_env to override all system path envvars not just PATH trunk patch: http://svn.apache.org/r1811831 2.4.x patch: svn merge -c 1811831 ^/httpd/httpd/trunk . +1: jorton, rpluem ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't we open a door here (unconditionally)? *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or ProxyPassReverseCookiePath directive could fail to update correctly Loading @@ -199,27 +208,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1832280 2.4.x patch: trunk works (module CHANGES) svn merge -c 1832280 ^/httpd/httpd/trunk . +1: jailletc36 +1: jailletc36, rpluem jailletc36: 'ap_proxy_strmatch_domain' and 'ap_proxy_strmatch_path' are now useless. They could be axed, but maybe, not in 2.4.x (even if I don't imagine any 3rd party proxy module to use it) *) mod_cache: Handle case of invalid Expires header RFC compliant like the case of an Expires time in the past. So allow to overwrite the non-caching decision using "CacheStoreExpired" and respect Cache-Control "max-age" and "s-maxage". trunk patch: http://svn.apache.org/r1833876 2.4.x patch: trunk works (needs CHANGES in 2.4) svn merge -c 1833876 ^/httpd/httpd/trunk . +1: rjung, ylavic *) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'. PR 62480. trunk patch: http://svn.apache.org/r1834012 http://svn.apache.org/r1834013 2.4.x patch: trunk works (modulo CHANGES in 2.4) +1: jim +1: jim, rpluem PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ] Loading Loading
STATUS +26 −27 Original line number Diff line number Diff line Loading @@ -148,28 +148,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: svn merge -c 1833827 ^/httpd/httpd/trunk . +1: covener, jim, rjung PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] *) mod_ssl: Add option "leaf" to OCSPEnable that will only check the leaf in the certificate chain. PR 62112. trunk patch: http://svn.apache.org/r1826995 http://svn.apache.org/r1827001 2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-ocsp-enable-leaf.patch +1: icing, ylavic +1: icing, ylavic, rpluem jailletc36: There should be a compatibility note for the new parameter. There is also a new optional 2nd argument to the SSLOCSPEnable directive, 'no_ocsp_for_cert_ok', which is undocumented. Adding some new paramters also deserves a CHANGES entry. *) core: Allow mod_env to override all system path envvars not just PATH trunk patch: http://svn.apache.org/r1811831 2.4.x patch: svn merge -c 1811831 ^/httpd/httpd/trunk . +1: jorton ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't we open a door here (unconditionally)? *) ap_rgetline()+mod_proxy_http: Add and handle AP_GETLINE_NOSPC_EOL flag, fixes responses header thrown away on APR_ENOSPC, and allow their size to be configured (ResponseFieldSize). PRs 62196, 62198 and 62199. Loading @@ -182,8 +171,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1829657 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-PR62196+62198+62199-v3.patch (convenient patch, otherwise trunk works modulo CHANGES/MMN) +1: ylavic, covener (needs responsefieldsize compat after) +1: ylavic, covener (needs responsefieldsize compat after), rpluem *) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180. trunk patch: http://svn.apache.org/r1829038 Loading @@ -191,7 +179,28 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1830523 2.4.x patch: svn merge -c 1829038,1829039,1830523 ^/httpd/httpd/trunk . (trunk works modulo CHANGES)) +1: ylavic, jim +1: ylavic, jim, rpluem *) mod_cache: Handle case of invalid Expires header RFC compliant like the case of an Expires time in the past. So allow to overwrite the non-caching decision using "CacheStoreExpired" and respect Cache-Control "max-age" and "s-maxage". trunk patch: http://svn.apache.org/r1833876 2.4.x patch: trunk works (needs CHANGES in 2.4) svn merge -c 1833876 ^/httpd/httpd/trunk . +1: rjung, ylavic, rpluem PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] *) core: Allow mod_env to override all system path envvars not just PATH trunk patch: http://svn.apache.org/r1811831 2.4.x patch: svn merge -c 1811831 ^/httpd/httpd/trunk . +1: jorton, rpluem ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't we open a door here (unconditionally)? *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or ProxyPassReverseCookiePath directive could fail to update correctly Loading @@ -199,27 +208,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1832280 2.4.x patch: trunk works (module CHANGES) svn merge -c 1832280 ^/httpd/httpd/trunk . +1: jailletc36 +1: jailletc36, rpluem jailletc36: 'ap_proxy_strmatch_domain' and 'ap_proxy_strmatch_path' are now useless. They could be axed, but maybe, not in 2.4.x (even if I don't imagine any 3rd party proxy module to use it) *) mod_cache: Handle case of invalid Expires header RFC compliant like the case of an Expires time in the past. So allow to overwrite the non-caching decision using "CacheStoreExpired" and respect Cache-Control "max-age" and "s-maxage". trunk patch: http://svn.apache.org/r1833876 2.4.x patch: trunk works (needs CHANGES in 2.4) svn merge -c 1833876 ^/httpd/httpd/trunk . +1: rjung, ylavic *) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'. PR 62480. trunk patch: http://svn.apache.org/r1834012 http://svn.apache.org/r1834013 2.4.x patch: trunk works (modulo CHANGES in 2.4) +1: jim +1: jim, rpluem PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ] Loading