diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-03-31 09:18:28 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-03-31 09:18:28 +0200 |
commit | dd82c75327e0d9b60972d86ec76f48a726274bed (patch) | |
tree | 968145d5a0285f729ebde1a8e0cad4d81d9fd1dd /docs/manual | |
parent | Correct SSLCipherSuite + documentation (move rather than add) (diff) | |
download | apache2-dd82c75327e0d9b60972d86ec76f48a726274bed.tar.xz apache2-dd82c75327e0d9b60972d86ec76f48a726274bed.zip |
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
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_dir.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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</description> <code>index.html</code> file. <strong>But a request without trailing slash would list the directory contents</strong>.</p> </note> + <p>Also note that some browsers may erroneously change POST requests into GET + (thus discarding POST data) when a redirect is issued.</p> </usage> </directivesynopsis> <directivesynopsis> |