You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2015/08/11 18:25:44 UTC

svn commit: r1695337 - /sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext

Author: kwin
Date: Tue Aug 11 16:25:43 2015
New Revision: 1695337

URL: http://svn.apache.org/r1695337
Log:
clarify quoted string format

Modified:
    sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext

Modified: sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext?rev=1695337&r1=1695336&r2=1695337&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/configuration-installer-factory.mdtext Tue Aug 11 16:25:43 2015
@@ -56,7 +56,9 @@ The format is:
     values ::= simple { ',' simple } 
     simple ::= '"' stringsimple '"'
     type ::= <1-char type code>
-    stringsimple ::= <quoted string representation of the value>
+    stringsimple ::= <quoted string representation of the value where both '"' and '=' need to be escaped>
+
+The quoted string format is equal to the definition from HTTP 1.1 ([RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html)), except that both '"' and '=' need to be escaped.
 
 The 1 character type code is one of: