Author: fschumacher
Date: Sat Mar 19 11:59:12 2016
New Revision: 1735761
URL: http://svn.apache.org/viewvc?rev=1735761&view=rev
Log:
Document the supported methods for HttpURLConnection as stated in method
description of setRequestMethod(String)
Modified:
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1735761&r1=1735760&r2=1735761&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Mar 19 11:59:12
2016
@@ -156,9 +156,7 @@ Latency is set to the time it takes to l
See Java bugs 6226610 and 6208335.
</li>
<li>It does not support virtual hosts.</li>
- <li>It does not support the following methods: <code>COPY</code>,
<code>LOCK</code>, <code>MKCOL</code>, <code>MOVE</code>,
- <code>PATCH</code>, <code>PROPFIND</code>,
<code>PROPPATCH</code>, <code>UNLOCK</code>, <code>REPORT</code>,
- <code>MKCALENDAR</code>, <code>SEARCH</code>.</li>
+ <li>It supports only the following methods: <code>GET</code>,
<code>POST</code>, <code>HEAD</code>, <code>OPTIONS</code>, <code>PUT</code>,
<code>DELETE</code> and <code>TRACE</code></li>
<li>It does not support client based certificate testing with
Keystore Config.</li>
</ul>
<note>Note: the <code>FILE</code> protocol is intended for testing
purposes only.