Author: sebb
Date: Fri Mar 28 12:20:51 2008
New Revision: 642340

URL: http://svn.apache.org/viewvc?rev=642340&view=rev
Log:
Clarify path default

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=642340&r1=642339&r2=642340&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Mar 28 
12:20:51 2008
@@ -2292,8 +2292,10 @@
         <property name="Protocol" required="Yes">HTTP or HTTPS.</property>
         <property name="Method" required="No">HTTP GET or HTTP POST.</property>
         <property name="Path" required="No">The path to resource (for example, 
/servlets/myServlet). If the
-resource requires query string parameters, add them below in the
-"Send Parameters With the Request" section.</property>
+        resource requires query string parameters, add them below in the "Send 
Parameters With the Request" section.
+        Note that the path is the default for the full path, not a prefix to 
be applied to paths
+        specified on the HTTP Request screens.
+        </property>
         <property name="Send Parameters With the Request" required="No">The 
query string will
         be generated from the list of parameters you provide.  Each parameter 
has a <i>name</i> and
         <i>value</i>.  The query string will be generated in the correct 
fashion, depending on



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to