Author: sebb Date: Sat Sep 1 11:53:44 2007 New Revision: 571855 URL: http://svn.apache.org/viewvc?rev=571855&view=rev Log: Update docs
Modified:
jakarta/jmeter/branches/rel-2-2/docs/changes.html
jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
Modified: jakarta/jmeter/branches/rel-2-2/docs/changes.html
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/changes.html?rev=571855&r1=571854&r2=571855&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/changes.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/changes.html Sat Sep 1 11:53:44 2007
@@ -241,6 +241,16 @@
</li>
+
<li >
+ Bug 28715 -
allow variable cookie values (set CookieManager.allow_variable_cookies=false to
disable)
+ </li>
+
+
+
<li >
+ Bug 403873 -
add JMS point-to-point non-persistent delivery option
+ </li>
+
+
</ul>
<h3 >
Version 2.3RC3
@@ -301,6 +311,17 @@
to name log files in client-server mode.
</p>
+
<p >
+
+CSV Dataset variables are defined after configuration processing is completed,
+so they cannot be used for other configuration items such as JDBC Config.
+(see
+
<a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40934">
+ Bug 40394
+ </a>
+ )
+
+ </p>
<h4 >
Summary of
changes (for more details, see below)
</h4>
@@ -2321,6 +2342,7 @@
Bug 33920 -
allow additional property files
</li>
+
<li >
Bug 33845 -
allow direct override of Home dir
Modified:
jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html?rev=571855&r1=571854&r2=571855&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
(original)
+++ jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
Sat Sep 1 11:53:44 2007
@@ -639,6 +639,11 @@
Sets the underlying http protocol handler to automatically
follow redirects,
so they are not seen by JMeter, and thus will not appear as
samples.
In versions after 2.2, this is now the default.
+
+
<b >
+ Warning: see
below for information on cookie handling.
+ </b>
+
</td>
<td>
@@ -784,6 +789,22 @@
</table>
</p>
<p >
+
+
+
<b >
+ N.B.
+ </b>
+ when
using automatic redirection, cookies are only sent for the initial URL.
+This can cause unexpected behaviour for web-sites that redirect to a local
server.
+E.g. if www.example.com redirects to www.example.co.uk.
+In this case the server will probably return cookies for both URLs, but JMeter
will only see the cookies for the last
+host, i.e. www.example.co.uk. If the next request uses www.example.com,
+rather than www.example.co.uk, it will not get the correct cookies.
+This is generally only a problem for manually created test plans,
+as a test plan created using a recorder would continue from the redirected URL.
+
+ </p>
+
<p >
Upto and
including JMeter 2.1.1, only responses with the content-type "text/html" were
scanned for
embedded resources. Other content-types were assumed to be something other
than HTML.
JMeter 2.1.2 introduces the a new property
@@ -1797,7 +1818,6 @@
<p >
This is a
combination of the LDAP "bind" and "unbind" operations.
It can be used for an authentication request/password check for
any user. It will open an new session, just to
-
check the validity of the user/password combination, and end
the session again.
</p>
@@ -3348,6 +3368,16 @@
</td>
</tr>
<tr>
+ <td>Use non-persistent delivery mode?</td>
+ <td>
+ Whether to set DeliveryMode.NON_PERSISTENT.
+
+ </td>
+ <td>
+
Yes
+ </td>
+ </tr>
+ <tr>
<td>Content</td>
<td>
The content of the message.
@@ -6201,6 +6231,17 @@
Lines are read as the threads need them.
</p>
+
+
+
<p><table border="1" bgcolor="#bbbb00" width="50%"
cellspacing="0" cellpadding="2">
+ <tr><td> CSV
Dataset variables are defined after configuration processing is completed,
+ so they cannot be used for other configuration items such as JDBC
Config (see
+
<a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40934">
+ Bug 40394
+ </a>
+ )
+ </td></tr>
+ </table></p>
<p >
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
