
rbowen at apache
Nov 19, 2009, 7:10 AM
Post #1 of 1
(156 views)
Permalink
|
|
svn commit: r882171 - in /httpd/httpd/trunk/docs/manual/rewrite: flags.html.en flags.xml
|
|
Author: rbowen Date: Thu Nov 19 15:10:07 2009 New Revision: 882171 URL: http://svn.apache.org/viewvc?rev=882171&view=rev Log: Flags patch from Igor Galić. Corrects error in noting what status codes can be specified. Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.html.en httpd/httpd/trunk/docs/manual/rewrite/flags.xml Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.html.en?rev=882171&r1=882170&r2=882171&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/flags.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/flags.html.en Thu Nov 19 15:10:07 2009 @@ -373,8 +373,8 @@ </p> <p> -A status code may be specified, in the range 300-399, with a 302 status -code being used by default if none is specified. +<em>Any</em> status code may be specified, that is a valid HTTP Response, +with a 302 status code being used by default if none is specified. </p> <p> Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=882171&r1=882170&r2=882171&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Thu Nov 19 15:10:07 2009 @@ -387,8 +387,8 @@ </p> <p> -A status code may be specified, in the range 300-399, with a 302 status -code being used by default if none is specified. +<em>Any</em> status code may be specified, that is a valid HTTP Response, +with a 302 status code being used by default if none is specified. </p> <p>
|