https://issues.apache.org/bugzilla/show_bug.cgi?id=57107
Bug ID: 57107
Summary: Patch proposal: Add DAV verbs to HTTP Sampler
Product: JMeter
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32121
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32121&action=edit
dav_patch.diff. Implements HTTP DAV verbs
The following patch adds the following verbs in HTTP Proxy Recorder / HTTP
Sampler:
PROPFIND
PROPPATCH
MKCOL
COPY
MOVE
LOCK
UNLOCK
I have been able to test PROPFIND, PROPPATCH, MKCOL, COPY, MOVE mixed with
DELETE, PUT & HEAD (Recording and replaying ownCloud client trafic to ownCloud
server)
For the moment implementation is only in HTTPHC4Impl.java, neither in
HTTPHC3Impl.java nor in HTTPJavaImpl.java
I would like to know if you are interested by this patch? In this case, I will
update it with modified HTTPHC3Impl.java. Not sure HTTPJavaImpl.java is
required as I have seen unimplemented methods in HTTPJavaImpl.java (PATCH as
far as I can remember).
--
You are receiving this mail because:
You are the assignee for the bug.