You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/03/31 09:18:28 UTC

svn commit: r1307726 - /httpd/httpd/trunk/docs/manual/mod/mod_dir.xml

Author: humbedooh
Date: Sat Mar 31 07:18:28 2012
New Revision: 1307726

URL: http://svn.apache.org/viewvc?rev=1307726&view=rev
Log:
Note that some browsers may erroneously convert POST into GET on redirect.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_dir.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dir.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dir.xml?rev=1307726&r1=1307725&r2=1307726&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dir.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dir.xml Sat Mar 31 07:18:28 2012
@@ -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>