Commit 279e513c authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Clarify requirement

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851289 13f79535-47bb-0310-9956-ffa450edef68
parent 8c590a2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -219,8 +219,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: svn merge -c 1851093 ^/httpd/httpd/trunk .
     +1: jailletc36 (by inspection)

  *) mod_negotiation: LanguagePriority should be case-insensitive in order to
     match AddLanguage behavior. PR 39730
  *) mod_negotiation: LanguagePriority tags must be treated case-insensitive,
     per https://tools.ietf.org/html/rfc7231#section-3.1.3.1  PR 39730
     trunk patch: http://svn.apache.org/r1850989
     2.4.x patch: svn merge -c 1850989 ^/httpd/httpd/trunk .
     +1: jailletc36, wrowe