]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
wishlist: add CGI fixes
authorJacob Champion <jchampion@apache.org>
Mon, 30 Jan 2017 22:39:01 +0000 (22:39 +0000)
committerJacob Champion <jchampion@apache.org>
Mon, 30 Jan 2017 22:39:01 +0000 (22:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781003 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 631170e4b5f3dccda5ca2b7fdcf3f8129e4c690a..fb00dc907fa3cfd022f194fb3f35f80fd446c4c0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -150,6 +150,11 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
     understanding what worth looking at in order to improve overall performance.
     (https://cdn.wp.nginx.com/wp-content/uploads/2016/12/Amplify-Dashboards-page-base-for-filters.png)
 
+  * Drop CGI-1.1-incompatible behaviors kept for compatibility reasons with
+    "broken" server implementations (PR 51517). (Note that many of them are
+    "broken" *because* of our behaviors.)
+
+
 OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.4 BUT OBVIOUSLY WEREN'T:
 
   * Handling of non-trailing / config by non-default handler is broken