From: Rich Bowen Date: Tue, 19 Mar 2013 01:45:10 +0000 (+0000) Subject: "Will be" is weak. Replace with something that indicates that we're sure X-Git-Tag: 2.5.0-alpha~5656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=510c0780cb5618fdc429f549d6b06dadbde5fd28;p=apache "Will be" is weak. Replace with something that indicates that we're sure of ourselves. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1458085 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 9cd8601ce0..29bf8c7059 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -71,7 +71,7 @@ characters before applying the transformation.

mod_rewrite has to unescape URLs before mapping them, -so backreferences will be unescaped at the time they are applied. +so backreferences are unescaped at the time they are applied. Using the B flag, non-alphanumeric characters in backreferences will be escaped. For example, consider the rule:

@@ -102,7 +102,7 @@ when the backend may break if presented with an unescaped URL.

module="mod_rewrite">RewriteRule is chained to the next rule. That is, if the rule matches, then it is processed as usual and control moves on to the next rule. However, if it does not match, then -the next rule, and any other rules that are chained together, will be +the next rule, and any other rules that are chained together, are skipped.

@@ -155,7 +155,7 @@ connections.
httponly
If set to HttpOnly, true, or 1, the cookie will have the HttpOnly flag set, -which means that the cookie will be inaccessible to JavaScript code on +which means that the cookie is inaccessible to JavaScript code on browsers that support this feature.
@@ -170,8 +170,8 @@ RewriteRule ^/index\.html - [CO=frontdoor:yes:.example.com:1440:/] The "-" rewrite target tells mod_rewrite to pass the request through unchanged. Instead, it sets a cookie called 'frontdoor' to a value of 'yes'. The cookie is valid for any host -in the .example.com domain. It will be set to expire in 1440 -minutes (24 hours) and will be returned for all URIs.

+in the .example.com domain. It is set to expire in 1440 +minutes (24 hours) and is returned for all URIs.

@@ -220,7 +220,7 @@ variables work.

VAL may contain backreferences ($N or -%N) which will be expanded.

+%N) which are expanded.

Using the short form