diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2012-04-15 19:45:13 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-04-15 19:45:13 +0200 |
commit | 8f9c15530d0bc387af114619b3ff3f930eb23d3c (patch) | |
tree | f1d28a9206f9e18ed11c9d2bf302f0fb924b79c0 /docs/manual/mod/mod_dir.html.en | |
parent | 212cb6c2dcb419aaa6c848406136ec05e98c8632 (diff) | |
download | apache2-8f9c15530d0bc387af114619b3ff3f930eb23d3c.tar.gz |
Import httpd-2.4.2.tar.bz2upstream/2.4.2
Diffstat (limited to 'docs/manual/mod/mod_dir.html.en')
-rw-r--r-- | docs/manual/mod/mod_dir.html.en | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index a597b7be..ceb56b14 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -197,6 +197,8 @@ a directory</td></tr> <code>index.html</code> file. <strong>But a request without trailing slash would list the directory contents</strong>.</p> </div> + <p>Also note that some browsers may erroneously change POST requests into GET + (thus discarding POST data) when a redirect is issued.</p> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> |