Author: sebb
Date: Mon Mar 19 18:41:38 2007
New Revision: 520210
URL: http://svn.apache.org/viewvc?view=rev&rev=520210
Log:
Fix minor typos
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?view=diff&rev=520210&r1=520209&r2=520210
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
Mon Mar 19 18:41:38 2007
@@ -1984,7 +1984,7 @@
<component name="HTTP Proxy Server" index="§-num;.4.5" width="689"
height="464" screenshot="proxy_control.png">
<note>The Proxy Server can only record HTTP traffic.
-There is currently no support for recording HTTPS (SSL) sessions.</note>
+It is not possible to record HTTPS (SSL) sessions; however there is an HTTPS
spoofing mode - see below.</note>
<description><p>The Proxy Server allows JMeter to watch and record your
actions while you browse your web application
with your normal browser (such as Internet Explorer). JMeter will create test
sample objects and store them
directly into your test plan as you go (so you can view samples interactively
while you make them).</p>
@@ -2094,7 +2094,7 @@
If you want to match /images at the start of a string only, use the value
"^/images".
Jakarta ORO also supports zero-width look-ahead, so one can match /images/...
but retain the trailing / in the output by using "^/images(?=/)".
-Note that the current version of Jakara ORO does not support look-behind -
i.e. "(?<=...)".
+Note that the current version of Jakara ORO does not support look-behind -
i.e. "(?&lt;=...) or (?&lt;!...)".
<br></br>
If there are any problems interpreting any variables as patterns, these are
reported in jmeter.log,
so be sure to check this if UDVs are not working as expected.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]