From: Eric Covener
Date: Mon, 3 Aug 2015 20:09:41 +0000 (+0000)
Subject: xforms
X-Git-Tag: 2.5.0-alpha~2978
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb8057d1a6d8aa97fedbaa7eb0d7c58fab73659;p=thirdparty%2Fapache%2Fhttpd.git
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1693964 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en
index eb2e5fbc640..6e895342d52 100644
--- a/docs/manual/rewrite/flags.html.en
+++ b/docs/manual/rewrite/flags.html.en
@@ -146,6 +146,15 @@ follows:
[CO=NAME:VALUE:DOMAIN:lifetime:path:secure:httponly]
+If a literal ':' character is needed in any of the cookie fields, an
+alternate syntax is available. To opt-in to the alternate syntax, the cookie
+"Name" should be preceded with a ';' character, and field separators should be
+specified as ';'.
+
+
+[CO=;NAME;VALUE:MOREVALUE;DOMAIN;lifetime;path;secure;httponly]
+
+
You must declare a name, a value, and a domain for the cookie to be set.