Author: sebb
Date: Sun Sep 9 12:42:22 2007
New Revision: 574055
URL: http://svn.apache.org/viewvc?rev=574055&view=rev
Log:
Document cookie null value handing; also update httpclient URLs
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?rev=574055&r1=574054&r2=574055&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
Sun Sep 9 12:42:22 2007
@@ -2137,6 +2137,12 @@
<p>Second, you can manually add a cookie to the Cookie Manager. However, if
you do this,
the cookie will be shared by all JMeter threads.</p>
<p>Note that such Cookies are created with an Expiration time far in the
future</p>
+<p>
+Since version 2.0.3, cookies with null values are ignored by default.
+This can be changed by setting the JMeter property:
CookieManager.delete_null_cookies=false.
+Note that this also applies to manually defined cookies - any such cookies
will be removed from the display when it is updated.
+Note also that the cookie name must be unique - if a second cookie is defined
with the same name, it will replace the first.
+</p>
</description>
<properties>
<property name="Name" required="No">Descriptive name for this element that
is shown in the tree. </property>
@@ -2144,8 +2150,8 @@
This includes all the Cookies stored in the manager, so they will never be
sent.</property>
<property name="Cookie Policy" required="Yes">The cookie policy that will be
used to manage the cookies.
"compatibility" is the default, and should work in most cases.
- See http://jakarta.apache.org/commons/httpclient/cookies.html and
-
http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/cookie/CookiePolicy.html
+ See http://jakarta.apache.org/httpcomponents/httpclient-3.x/cookies.html and
+
http://jakarta.apache.org/httpcomponents/httpclient-3.x/apidocs/org/apache/commons/httpclient/cookie/CookiePolicy.html
[Note: "ignoreCookies" is equivalent to omitting the CookieManager.]
</property>
<property name="Cookies Stored in the Cookie Manager" required="No
(discouraged, unless you know what you're doing)">This
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]