2.4.x patch: trunk works (modulo CHANGES)
+1: ylavic, jim, minfrin
+ * mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
+ fields as described in RFC7230. See OWS definition.
+ [Christophe Jaillet, Graham Leggett]
+ trunk patch: http://svn.apache.org/r1710723
+ 2.4.x trunk works (modulo CHANGES)
+ +1: jailletc36, ylavic, minfrin
+ jailletc36: CHANGES entry could be tweaked to speak about OWS as per RFC7230
+ instead of RFC2616
+ ylavic: simple s/RFC2616/RFC7230/ in CHANGES entry would be fine IMO.
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v3.patch
+1: ylavic
- * mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
- fields as described in RFC7230. See OWS definition.
- [Christophe Jaillet, Graham Leggett]
- trunk patch: http://svn.apache.org/r1710723
- 2.4.x trunk works (modulo CHANGES)
- +1: jailletc36, ylavic
- jailletc36: CHANGES entry could be tweaked to speak about OWS as per RFC7230
- instead of RFC2616
- ylavic: simple s/RFC2616/RFC7230/ in CHANGES entry would be fine IMO.
-
* core: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
its parameter when starting httpd as single process (httpd -X).
trunk patch: http://svn.apache.org/r1711479