]> granicus.if.org Git - apache/commitdiff
Flags patch from Igor Galić. Corrects error in noting what status codes
authorRich Bowen <rbowen@apache.org>
Thu, 19 Nov 2009 15:10:07 +0000 (15:10 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 19 Nov 2009 15:10:07 +0000 (15:10 +0000)
can be specified.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882171 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en
docs/manual/rewrite/flags.xml

index 982a8284e27e1afdab7fc5a66944b5a8d490a5eb..31c2089c8add925d836c32ae48ed499a6c45406d 100644 (file)
@@ -373,8 +373,8 @@ URL sent with the redirect.
 </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>
index 6b98a6b5d8f8b9ce1d5bed7c3ae9caf02f29c0a7..cc20f8c21d3762578fa34c3e55c7527f0d88559d 100644 (file)
@@ -387,8 +387,8 @@ URL sent with the redirect.
 </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>