From: Eric Covener Date: Mon, 5 Jun 2017 12:13:24 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.26~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9317646a5e3a6ad6bf97d078a5382b45cf95a4;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1797654 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 0f32743285b..c7abea52140 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -315,6 +315,12 @@ listfunction ::= listfuncname "(" word ")">= String greater than or equal +=~ + + String matches the regular expression +!~ + + String does not match the regular expression -eq eq Integer equality diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index f371c9ad513..a65c9ca04b2 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta index d5a2e5e1a51..ea324a8bb25 100644 --- a/docs/manual/expr.xml.meta +++ b/docs/manual/expr.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/misc/relevant_standards.html.en b/docs/manual/misc/relevant_standards.html.en index 98fd25c24cc..453d9149637 100644 --- a/docs/manual/misc/relevant_standards.html.en +++ b/docs/manual/misc/relevant_standards.html.en @@ -176,7 +176,7 @@ code set (639-1) and another as a three-letter code set (this part of ISO 639) for the representation of names of languages. -
+
ISO 3166-1
These pages document the country names (official short names diff --git a/docs/manual/misc/relevant_standards.xml.ko b/docs/manual/misc/relevant_standards.xml.ko index 293a90b3445..21d2b96416b 100644 --- a/docs/manual/misc/relevant_standards.xml.ko +++ b/docs/manual/misc/relevant_standards.xml.ko @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index d9cb8bf3de9..64a827d5801 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e8..0be21e86f4d 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index f811a54caa6..7fcca2ab64d 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -33,6 +33,7 @@ providing detailed explanations and examples.

Support Apache!
  • Introduction
  • B (escape backreferences)
  • +
  • BNP|backrefnoplus (don't escape space to +)
  • C|chain
  • CO|cookie
  • DPI|discardpath
  • @@ -83,8 +84,11 @@ of how you might use them.

    B (escape backreferences)

    The [B] flag instructs RewriteRule to escape non-alphanumeric -characters before applying the transformation. -

    +characters before applying the transformation.

    +

    In 2.4.26 and later, you can limit the escaping to specific characters +in backreferences by listing them: [B=#?;]. Note: The space +character can be used in the list of characters to escape, but it cannot be +the last character in the list.

    mod_rewrite has to unescape URLs before mapping them, so backreferences are unescaped at the time they are applied. @@ -114,6 +118,17 @@ returns a 404 if it sees one.

    This escaping is particularly necessary in a proxy situation, when the backend may break if presented with an unescaped URL.

    +

    An alternative to this flag is using a RewriteCond to capture against %{THE_REQUEST} which will capture +strings in the encoded form.

    +
    top
    +
    +

    BNP|backrefnoplus (don't escape space to +)

    +

    The [BNP] flag instructs RewriteRule to escape the space character +in a backreference to %20 rather than '+'. Useful when the backreference +will be used in the path component rather than the query string.

    + +

    This flag is available in version 2.4.26 and later.

    +
    top

    C|chain

    diff --git a/docs/manual/rewrite/flags.xml.fr b/docs/manual/rewrite/flags.xml.fr index 20a59ea898b..7bbf5d14ce8 100644 --- a/docs/manual/rewrite/flags.xml.fr +++ b/docs/manual/rewrite/flags.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/rewrite/flags.xml.meta b/docs/manual/rewrite/flags.xml.meta index 912229af035..e4f3ee6f495 100644 --- a/docs/manual/rewrite/flags.xml.meta +++ b/docs/manual/rewrite/flags.xml.meta @@ -8,6 +8,6 @@ en - fr + fr