diff options
author | Yann Ylavic <ylavic@apache.org> | 2021-09-07 17:29:23 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2021-09-07 17:29:23 +0200 |
commit | 40df9da013c57f6e84eee36df089336e49d62a94 (patch) | |
tree | 7f3d9fb5bb896a45d35e8c3102720cb5dcabaeaa /CHANGES | |
parent | core: Follow up to r1893030: Use special address for invalid r->method. (diff) | |
download | apache2-40df9da013c57f6e84eee36df089336e49d62a94.tar.xz apache2-40df9da013c57f6e84eee36df089336e49d62a94.zip |
Sync CHANGES [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,6 +1,25 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) core: Initialize the request fields on read failure to avoid NULLs. + [Yann Ylavic] + + *) mod_proxy: Do not canonicalize the proxied URL when both "nocanon" and + "ProxyPassInterpolateEnv On" are configured. PR 65549. + [Joel Self <joelself gmail.com>] + + *) mpm_event: Fix children processes possibly not stopped on graceful + restart. PR 63169. [Joel Self <joelself gmail.com>] + + *) mod_unique_id: Reduce the time window where duplicates may be generated + PR 65159 + [Christophe Jaillet] + + *) Revert "mod_unique_id: Fix potential duplicated ID generation under heavy load. + PR 65159" added in 2.4.47. + This causes issue on Windows. + [Christophe Jaillet] + *) mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker. [Yann Ylavic] *) mod_md: Certificate/keys pairs are verified as matching before a renewal is accepted |