From: Christophe Jaillet Date: Sun, 6 Mar 2022 11:05:56 +0000 (+0000) Subject: 'samesite' in CO is available since 2.4.47. X-Git-Tag: 2.4.53-rc1-candidate~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09e5689af5726000d5ca29993a302370e77614c;p=thirdparty%2Fapache%2Fhttpd.git 'samesite' in CO is available since 2.4.47. While at it, remove some trainling spaces to synch with trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898648 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 799ab9007f2..a8314bc73ee 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -51,7 +51,7 @@ RewriteRule pattern target [Flag1,Flag2,Flag3]

Each flag (with a few exceptions) has a short form, such as -CO, as well as a longer form, such as cookie. +CO, as well as a longer form, such as cookie. While it is most common to use the short form, it is recommended that you familiarize yourself with the long form, so that you remember what each flag is supposed to do. @@ -194,7 +194,7 @@ browsers that support this feature.

samesite
If set to anything other than false or 0, the SameSite attribute is set to the specified value. Typical values are None, -Lax, and Strict.Available in 2.5.1 and later.
+Lax, and Strict. Available in 2.4.47 and later. @@ -446,7 +446,7 @@ pattern still matches (i.e., while the URI still contains an A with a B).

In 2.4.8 and later, this module returns an error after 32,000 iterations to -protect against unintended looping. An alternative maximum number of +protect against unintended looping. An alternative maximum number of iterations can be specified by adding to the N flag.

# Be willing to replace 1 character in each pass of the loop @@ -795,4 +795,3 @@ The L flag can be useful in this context to end the -