Author: sebb
Date: Wed Dec 5 12:37:28 2007
New Revision: 601510
URL: http://svn.apache.org/viewvc?rev=601510&view=rev
Log:
Note that matching is case-sensitive
Modified:
jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml?rev=601510&r1=601509&r2=601510&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml Wed Dec 5
12:37:28 2007
@@ -85,7 +85,11 @@
replace values in you recorded samples. For instance, if you are testing an
app on
server "xxx.yyy.com", then you can define a variable called "server" with the
value of
"xxx.yyy.com", and anyplace that value is found in your recorded samples will
be replaced
-with "${server}".</p><!--TODO: Describe how to use this to record against one
server[name]
+with "${server}".
+
+<note>Please note that matching is case-sensitive.</note>
+
+</p><!--TODO: Describe how to use this to record against one server[name]
and run against another. Actually, this particular example may be beter for
the HTTP Request Defaults...
a good similar example for the variables is http vs. https.-->
<!--TODO: Hey! We need to mention that https is not supported and how to work
around that!-->
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=601510&r1=601509&r2=601510&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Dec 5
12:37:28 2007
@@ -3552,6 +3552,8 @@
place User Defined Variables directly within the HTTP Proxy Server to override
the values to be replaced. See
<a href="best-practices.html#proxy_server"> Best Practices with the Proxy
Server</a> for more info.</p>
+<note>Please note that matching is case-sensitive.</note>
+
<p>Replacement by Variables: by default, the Proxy server looks for all
occurences of UDV values.
If you define the variable "WEB" with the value "www", for example,
the string "www" will be replaced by ${WEB} wherever it is found.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]