You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/03/07 07:17:14 UTC

svn commit: r1874928 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_usertrack.xml

Author: jailletc36
Date: Sat Mar  7 07:17:13 2020
New Revision: 1874928

URL: http://svn.apache.org/viewvc?rev=1874928&view=rev
Log:
Add compatibility notes and fix some small style issues.

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_usertrack.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_usertrack.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_usertrack.xml?rev=1874928&r1=1874927&r2=1874928&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_usertrack.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_usertrack.xml Sat Mar  7 07:17:13 2020
@@ -233,6 +233,7 @@ CustomLog "logs/clickstream.log" usertra
 <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" usertra
 <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" usertra
 <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