From: Daniel Gruno
Date: Sat, 31 Mar 2012 07:18:28 +0000 (+0000)
Subject: Note that some browsers may erroneously convert POST into GET on redirect.
X-Git-Tag: 2.5.0-alpha~7285
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd82c75327e0d9b60972d86ec76f48a726274bed;p=apache
Note that some browsers may erroneously convert POST into GET on redirect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307726 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml
index c9d7c3a1dd..be930d63fc 100644
--- a/docs/manual/mod/mod_dir.xml
+++ b/docs/manual/mod/mod_dir.xml
@@ -188,6 +188,8 @@ a directory
index.html
file. But a request without trailing slash
would list the directory contents.
+ Also note that some browsers may erroneously change POST requests into GET
+ (thus discarding POST data) when a redirect is issued.