You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2017/07/05 19:46:35 UTC

svn commit: r1800923 - in /httpd/httpd/branches: 2.2.x/STATUS 2.4.x/STATUS

Author: wrowe
Date: Wed Jul  5 19:46:35 2017
New Revision: 1800923

URL: http://svn.apache.org/viewvc?rev=1800923&view=rev
Log:
Two more string parsing oddities for consideration

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1800923&r1=1800922&r2=1800923&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Jul  5 19:46:35 2017
@@ -108,6 +108,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
+   *) Fix negotiation type parsing to be strict about "*", "*/*" and "type/*"
+      comparisons.
+      Submitted by: wrowe, Robert Święcki <robert swiecki.net>
+      trunk patch: http://svn.apache.org/r1800917
+      +1: wrowe
+
+   *) Correct string scope to prevent duplicated values for subsequent tokens.
+      Submitted by: wrowe
+      trunk patch: http://svn.apache.org/r1800919
+      +1: wrowe
+
 
 PATCHES/ISSUES THAT ARE STALLED:
 

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1800923&r1=1800922&r2=1800923&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jul  5 19:46:35 2017
@@ -194,6 +194,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 If confirmed, it would worth, IMHO, a CHANGE entry and maybe a
                 2.2.x backport.
 
+   *) Fix negotiation type parsing to be strict about "*", "*/*" and "type/*"
+      comparisons.
+      Submitted by: wrowe, Robert Święcki <robert swiecki.net>
+      trunk patch: http://svn.apache.org/r1800917
+      +1: wrowe
+
+   *) Correct string scope to prevent duplicated values for subsequent tokens.
+      Submitted by: wrowe
+      trunk patch: http://svn.apache.org/r1800919
+      +1: wrowe
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]