summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2017-07-05 19:46:35 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2017-07-05 19:46:35 +0000
commita8e9dc895cbb943aac16e82ac55bd498e2db8d38 (patch)
treebb64cb20a4fd5f409956cb7c18ec8bf8dbc4fe30
parent1239f42a42ffbc3e12e9f479baadb9ac4e0d2bf2 (diff)
downloadhttpd-a8e9dc895cbb943aac16e82ac55bd498e2db8d38.tar.gz
Two more string parsing oddities for consideration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1800923 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS11
1 files changed, 11 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 4f84c83516..83a5379da8 100644
--- a/STATUS
+++ b/STATUS
@@ -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: