You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/03/22 06:57:28 UTC

svn commit: r1788060 - /httpd/httpd/branches/2.4.x/STATUS

Author: jailletc36
Date: Wed Mar 22 06:57:28 2017
New Revision: 1788060

URL: http://svn.apache.org/viewvc?rev=1788060&view=rev
Log:
Fix some typo and add a few comments about missing compatibility information

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1788060&r1=1788059&r2=1788060&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Mar 22 06:57:28 2017
@@ -219,21 +219,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_proxy: Allow the per-request environment variable "no-proxy" to
      be used as an alternative to ProxyPass /path !. This is primarily
      to set exceptions for ProxyPass specified in <Location> context.
-     trunk patch http://svn.apache.org/r1781328
+     trunk patch: http://svn.apache.org/r1781328
      2.4.x patch: trunk works
      +1: covener 
+     jailletc36: compatibility note is missing
 
   *) core: %{DOCUMENT_URI} used in nested SSI expressions should point to the
      URI originally requsted by the user, not the nested documents URI. This
      restores the behavior of this variable to match the "legacy" SSI parser.
      PR60624. 
-
      trunk patch: http://svn.apache.org/r1780095
      2.4.x patch: trunk works
      +1: covener
 
   *) core: EBCDIC fixes for interim responses with additional headers.
-     trunk patch: http://svn.apache.org/1777354
+     trunk patch: http://svn.apache.org/r1777354
      2.4.x patch: http://people.apache.org/~covener/patches/ebcdic-interim.diff
      +1: covener
 
@@ -241,6 +241,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1776459
      2.4.x patch: trunk works
      +1: covener
+     jailletc36: compatibility note is missing
 
   [ New entried should be added at the START of the list ]