From: Rich Bowen Date: Sat, 2 Jan 2010 16:30:59 +0000 (+0000) Subject: version/compat messages on flags that have been recently added. X-Git-Tag: 2.3.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef9d6547f7859d520120592b6d9e0069b743ab0;p=thirdparty%2Fapache%2Fhttpd.git version/compat messages on flags that have been recently added. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895223 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 194af3fc651..d5b1154b7f3 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -176,7 +176,7 @@ minutes (24 hours) and will be returned for all URIs.

DPI|discardpathinfo

The DPI flag causes the PATH_INFO portion of the rewritten URI to be discarded.

-

This flag is available from 2.2.12

+

This flag is available in version 2.2.12 and later.

In per-directory context, the URI each RewriteRule compares against is the concatenation of the current values of the URI and PATH_INFO.

@@ -518,6 +518,8 @@ string to the target URI. Using the [QSD] flag causes the query string to be discarded.

+

This flag is available in version 2.4.0 and later.

+

Using [QSD] and [QSA] together will result in [QSD] taking precedence.

diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 02ef3473890..ebf081d8c0e 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -162,7 +162,7 @@ minutes (24 hours) and will be returned for all URIs.

DPI|discardpathinfo

The DPI flag causes the PATH_INFO portion of the rewritten URI to be discarded.

-

This flag is available from 2.2.12

+

This flag is available in version 2.2.12 and later.

In per-directory context, the URI each RewriteRule compares against is the concatenation of the current values of the URI and PATH_INFO.

@@ -517,6 +517,8 @@ string to the target URI. Using the [QSD] flag causes the query string to be discarded.

+

This flag is available in version 2.4.0 and later.

+

Using [QSD] and [QSA] together will result in [QSD] taking precedence.