This is an automated email from the ASF dual-hosted git repository. pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push: new a6a23b4 Fix Documentation: HTTP Request's Path isn't required (#532) a6a23b4 is described below commit a6a23b41f2e1f236aaec83353565423af79825cd Author: jmetertea <33323555+jmeter...@users.noreply.github.com> AuthorDate: Sun Oct 6 23:56:57 2019 +0300 Fix Documentation: HTTP Request's Path isn't required (#532) Update documentation HTTP Request's Path isn't required, you can send requests without path (e.g. Server Name jmeter.apache.org) --- xdocs/usermanual/component_reference.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml index 7e66e16..0f3fa72 100644 --- a/xdocs/usermanual/component_reference.xml +++ b/xdocs/usermanual/component_reference.xml @@ -275,7 +275,7 @@ https.default.protocol=SSLv3 When using <code>multipart/form-data</code>, this suppresses the <code>Content-Type</code> and <code>Content-Transfer-Encoding</code> headers; only the <code>Content-Disposition</code> header is sent. </property> - <property name="Path" required="Yes">The path to resource (for example, <code>/servlets/myServlet</code>). If the + <property name="Path" required="No">The path to resource (for example, <code>/servlets/myServlet</code>). If the resource requires query string parameters, add them below in the "Send Parameters With the Request" section. <note>