Commit 153deccd authored by Graham Leggett's avatar Graham Leggett
Browse files

mod_cache: Accept HT (Horizontal Tab) when parsing cache related header

           fields as described in RFC7230. See OWS definition.
Submitted by: jailletc36
Reviewed by: ylavic, minfrin


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712293 13f79535-47bb-0310-9956-ffa450edef68
parent af10c967
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@

Changes with Apache 2.4.18

  *) mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
     fields as described in RFC7230. [Christophe Jaillet]

  *) core/util_script: making REDIRECT_URL a full URL is now opt-in
     via new 'QualifyRedirectURL' directive.

+0 −10
Original line number Diff line number Diff line
@@ -118,16 +118,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     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:
  [ New proposals should be added at the end of the list ]
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ extern "C" {
#define CACHE_LOCKNAME_KEY "mod_cache-lockname"
#define CACHE_LOCKFILE_KEY "mod_cache-lockfile"
#define CACHE_CTX_KEY "mod_cache-ctx"
#define CACHE_SEPARATOR ",   "
#define CACHE_SEPARATOR ", \t"

/**
 * cache_util.c