Author: sebb
Date: Mon Nov 12 12:30:16 2007
New Revision: 594289
URL: http://svn.apache.org/viewvc?rev=594289&view=rev
Log:
Correct Proxy Server include and exclude matching description - port and query
are included, contrary to previously documented.
Modified:
jakarta/jmeter/trunk/xdocs/changes.xml
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=594289&r1=594288&r2=594289&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Mon Nov 12 12:30:16 2007
@@ -56,6 +56,7 @@
<li>Bug 42012 - Variable Listener filenames do not get processed in remote
tests.
Filenames can now include function references; variable references do not
work.</li>
<li>Ensure Listener nodes get own save configuration when copy-pasted</li>
+<li>Correct Proxy Server include and exclude matching description - port and
query are included, contrary to previously documented.</li>
</ul>
<h4>Improvements</h4>
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=594289&r1=594288&r2=594289&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Nov 12
12:30:16 2007
@@ -3553,11 +3553,15 @@
useful when you change/add/delete an include/exclude filter
expression.</property>
</properties>
-<p>These entries will be treated as regular expressions (using Jakarta ORO).
-They will be matched against the host name, port (actual or implied) and path
of each browser request.
-If the URL you are browsing is
<b>http://jakarta.apache.org/jmeter/index.html?username=xxxx</b>,
-then the regular expression will be tested against the string:
<b>"jakarta.apache.org:80/jmeter/index.html"</b>. Thus,
-if you want to include all .html files, your regular expression might look
like: <b>".*\.html"</b>.
+<p>The <b>include and exclude patterns</b> are treated as regular expressions
(using Jakarta ORO).
+They will be matched against the host name, port (actual or implied) path and
query (if any) of each browser request.
+If the URL you are browsing is <br></br>
+<b>"http://jakarta.apache.org/jmeter/index.html?username=xxxx"</b>,<br></br>
+then the regular expression will be tested against the string:<br></br>
+<b>"jakarta.apache.org:80/jmeter/index.html?username=xxxx"</b>.<br></br>
+Thus, if you want to include all .html files, your regular expression might
look like: <br></br>
+<b>".*\.html(\?.*)?"</b> - or <b>".*\.html"</b>
+if you know that there is no query string or you only want html pages without
query strings.
</p>
<p>
If there are any include patterns, then the URL <b>must match at least one</b>
of the patterns
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]