]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add compatibility notes and fix some small style issues.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Mar 2020 07:17:13 +0000 (07:17 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Mar 2020 07:17:13 +0000 (07:17 +0000)
A link with a RFC would be welcomed, but apparenly this is only a draft (See [1])
r1874927 in trunk

 [skip ci]

[1]: https://tools.ietf.org/id/draft-ietf-httpbis-rfc6265bis-03.html

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874928 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_usertrack.xml

index bc383222704bada191159e4ad2ce2724742a3726..48d22df5052ba2ca5ac485acba1aeaaf7355f358 100644 (file)
@@ -233,6 +233,7 @@ CustomLog "logs/clickstream.log" usertrack
 <context>directory</context>
 <context>.htaccess</context>
 </contextlist>
+<compatibility>2.4.41 and later</compatibility>
 <override>FileInfo</override>
 
 <usage>
@@ -245,20 +246,21 @@ CustomLog "logs/clickstream.log" usertrack
 <directivesynopsis>
 <name>CookieHTTPOnly</name>
 <description>Adds the 'HTTPOnly' attribute to the cookie</description>
-<syntax>CookieHTTPOnlyon|off</syntax>
-<default>CookieHTTPOnlyoff</default>
+<syntax>CookieHTTPOnly on|off</syntax>
+<default>CookieHTTPOnly off</default>
 <contextlist>
 <context>server config</context>
 <context>virtual host</context>
 <context>directory</context>
 <context>.htaccess</context>
 </contextlist>
+<compatibility>2.4.41 and later</compatibility>
 <override>FileInfo</override>
 
 <usage>
     <p>When set to 'ON', the 'HTTPOnly' cookie attribute is added to this 
     modules tracking cookie. This attribute instructs browsers to block javascript
-    from reading the value of the cookie</p>
+    from reading the value of the cookie.</p>
 </usage>
 </directivesynopsis>
 
@@ -273,13 +275,14 @@ CustomLog "logs/clickstream.log" usertrack
 <context>directory</context>
 <context>.htaccess</context>
 </contextlist>
+<compatibility>2.4.41 and later</compatibility>
 <override>FileInfo</override>
 
 <usage>
     <p>When set to 'None', 'Lax', or 'Strict', the 'SameSite' cookie attribute 
     is added to this modules tracking cookie with the corresponding value.  
     This attribute instructs browser on how to treat the cookie when it is 
-    requested in a cross-site context.  </p>
+    requested in a cross-site context.</p>
 
      <note type="Warning">
         <p>A value of 'None' sets 'SameSite=None', which is the most liberal setting. To