summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-10-24 08:17:26 +0000
committerStefan Fritsch <sf@apache.org>2010-10-24 08:17:26 +0000
commit25ef3c1325f8f13ac5c9a4a85f94157af56fdacd (patch)
tree890b77a51d49dedcfcd95bb774f03ace5b7f1286 /STATUS
parenta8a2cd01647cc05d31d02e0cd816ce239caa0680 (diff)
downloadhttpd-25ef3c1325f8f13ac5c9a4a85f94157af56fdacd.tar.gz
If a malformed Content-Range header is received for a PUT request, we
must not use the supplied content per RFC 2616 14.16. Send 400 response instead of ignoring the Content-Range. PR: 49825 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS2
1 files changed, 1 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index d5a04103a3..61aa891b5b 100644
--- a/STATUS
+++ b/STATUS
@@ -142,7 +142,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* RFC 2616 violations.
Closed PRs: 15852, 15857, 15859, 15861, 15864, 15869, 15870, 16120,
16125, 16135, 16136, 16137, 16138, 16139, 16140, 16518,
- 16520
+ 16520, 49825
Open PRs: 15865, 15866, 15868, 16126, 16133, 16142, 16521
jerenkrantz says: need to decide how many we need to backport and/or
if these rise to showstopper status.