View | Details | Raw Unified | Return to bug 57613
Collapse All | Expand All

(-)pristine/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java (+2 lines)
Line 242 Link Here
242
        HTTPConstants.REPORT,
243
        HTTPConstants.MKCALENDAR
(-)pristine/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpWebdav.java (-4 / +4 lines)
Line 42 Link Here
42
                    HTTPConstants.UNLOCK
42
                    HTTPConstants.UNLOCK,
43
--
43
                    HTTPConstants.REPORT,
44
                    HTTPConstants.MKCALENDAR
Line 70 Link Here
70
}
72
}
71
--
(-)pristine/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java (+2 lines)
Line 50 Link Here
50
    String REPORT = "REPORT"; // $NON-NLS-1$
51
    String MKCALENDAR = "MKCALENDAR"; // $NON-NLS-1$
(-)pristine/xdocs/usermanual/component_reference.xml (-4 / +2 lines)
Line 155 Link Here
155
         <li>It does not support the following methods: COPY, LOCK, MKCOL, MOVE, PATCH, PROPFIND, PROPPATCH, UNLOCK.</li>
155
         <li>It does not support the following methods: COPY, LOCK, MKCOL, MOVE, PATCH, PROPFIND, PROPPATCH, UNLOCK, REPORT, MKCALENDAR.</li>
156
--
Line 229 Link Here
229
        PROPFIND, PROPPATCH, UNLOCK.</property>
229
        PROPFIND, PROPPATCH, UNLOCK, REPORT, MKCALENDAR.</property>
230
--

Return to bug 57613