From d152d310eff80da9f6de8d86e3cabee4e6fe1190 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 19 Nov 2009 15:10:07 +0000 Subject: [PATCH] =?utf8?q?Flags=20patch=20from=20Igor=20Gali=C4=87.=20Corr?= =?utf8?q?ects=20error=20in=20noting=20what=20status=20codes=20can=20be=20?= =?utf8?q?specified.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882171 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/flags.html.en | 4 ++-- docs/manual/rewrite/flags.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 982a8284e2..31c2089c8a 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -373,8 +373,8 @@ URL sent with the redirect.

-A status code may be specified, in the range 300-399, with a 302 status -code being used by default if none is specified. +Any status code may be specified, that is a valid HTTP Response, +with a 302 status code being used by default if none is specified.

diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 6b98a6b5d8..cc20f8c21d 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -387,8 +387,8 @@ URL sent with the redirect.

-A status code may be specified, in the range 300-399, with a 302 status -code being used by default if none is specified. +Any status code may be specified, that is a valid HTTP Response, +with a 302 status code being used by default if none is specified.

-- 2.40.0