ylavic: does not depend on r1572092 or r1572655 and al above,
these proposals can be backported in any order.
- * mod_alias: Fix segfault in mod_alias introduced in r1132494.
- AliasMatch does not append unmatched parts of the original URI
- to the new URI. So no need to subtract anything from the new URI length.
- The existing code crashed when using "AliasMatch / /some/thing" and
- sending a request with a long URI.
- trunk patch: http://svn.apache.org/r1583175
- 2.4.x patch: trunk works
- +1: rjung,
- -1: covener would rather take this oppty to remove it from AliasMatch, the
- prefix and docroot don't make sense. See next proposal.
-
* mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
OCSP requests should use a nonce to be checked against the responder's
one. PR 56233.