You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/10/25 23:28:21 UTC

[Bug 55709] New: Typo in Rewrite Flags G uses F text

https://issues.apache.org/bugzilla/show_bug.cgi?id=55709

            Bug ID: 55709
           Summary: Typo in Rewrite Flags G uses F text
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_rewrite
          Assignee: bugs@httpd.apache.org
          Reporter: andy_bach@wiwb.uscourts.gov

In page:
https://httpd.apache.org/docs/2.2/rewrite/flags.html

The "G" section:
The [G] flag forces the server to return a 410 Gone status with the response.
This indicates that a resource used to be available, but is no longer
available.

As with the [F] flag, you will typically use the "-" syntax for the rewrite
target when using the [G] flag:

RewriteRule oldproduct - [G,NC]

When using [F], an [L] is implied - that is, the response is returned
immediately, and no further rules are evaluated.

repeats the last line of the F.  I imagine you wanted to mention its similarity
w/ the F flag, e.g.:
As with the [F], when using [G], an [L] is implied - that is, the response is
returned immediately, and no further rules are evaluated.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55709] Typo in Rewrite Flags G uses F text

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55709

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Christophe JAILLET <ch...@wanadoo.fr> ---
Thanks for the report.

Fixed in r1557858.
2.4.x doc was already correct.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org