diff -r pristine/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java pristine-mod/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java 241a242,243 > HTTPConstants.REPORT, > HTTPConstants.MKCALENDAR diff -r pristine/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpWebdav.java pristine-mod/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpWebdav.java 42c42,44 < HTTPConstants.UNLOCK --- > HTTPConstants.UNLOCK, > HTTPConstants.REPORT, > HTTPConstants.MKCALENDAR 70c72 < } \ No newline at end of file --- > } diff -r pristine/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java pristine-mod/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java 49a50,51 > String REPORT = "REPORT"; // $NON-NLS-1$ > String MKCALENDAR = "MKCALENDAR"; // $NON-NLS-1$ diff -r pristine/xdocs/usermanual/component_reference.xml pristine-mod/xdocs/usermanual/component_reference.xml 155c155 <
  • It does not support the following methods: COPY, LOCK, MKCOL, MOVE, PATCH, PROPFIND, PROPPATCH, UNLOCK.
  • --- >
  • It does not support the following methods: COPY, LOCK, MKCOL, MOVE, PATCH, PROPFIND, PROPPATCH, UNLOCK, REPORT, MKCALENDAR.
  • 229c229 < PROPFIND, PROPPATCH, UNLOCK. --- > PROPFIND, PROPPATCH, UNLOCK, REPORT, MKCALENDAR.