summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorJacob Champion <jchampion@apache.org>2017-01-30 22:39:01 +0000
committerJacob Champion <jchampion@apache.org>2017-01-30 22:39:01 +0000
commit4d38c3bedd3194c3feb2e5fa1a1a113f451e5436 (patch)
tree55ba5d064e68a03c8b5c5cb21c1e4327d4f94ff1 /STATUS
parent46effa062b5177387ec0b5a687be60d485b52013 (diff)
downloadhttpd-4d38c3bedd3194c3feb2e5fa1a1a113f451e5436.tar.gz
wishlist: add CGI fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS5
1 files changed, 5 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 631170e4b5..fb00dc907f 100644
--- 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