You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/08/07 18:19:09 UTC

[Bug 53675] New: Add PATCH verb to HTTP sampler

https://issues.apache.org/bugzilla/show_bug.cgi?id=53675

          Priority: P2
            Bug ID: 53675
          Assignee: issues@jmeter.apache.org
           Summary: Add PATCH verb to HTTP sampler
          Severity: enhancement
    Classification: Unclassified
          Reporter: marcos.placona@gmail.com
          Hardware: PC
            Status: NEW
           Version: 2.7
         Component: HTTP
           Product: JMeter

The request: add the PATCH verb to the HTTP sampler such that it allows you to
select it when creating a sampler

The rationale: many newly-developed web services I find myself implementing
tests against take XML input to non-POST calls.

Whilst you can already do GET, POST, HEAD, PUT, OPTIONS, TRACE AND DELETE,
PATCH isn't one of the options.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53675] Add PATCH verb to HTTP sampler

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53675

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Sebb <se...@apache.org> ---
Added.
Note that this does not work for the Java HTTP implementation.

URL: http://svn.apache.org/viewvc?rev=1376344&view=rev
Log:
Add PATCH verb to HTTP sampler
Bugzilla Id: 53675

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

URL: http://svn.apache.org/viewvc?rev=1376345&view=rev
Log:
Add PATCH verb to HTTP HC3.1 sampler
Bugzilla Id: 53675

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java

URL: http://svn.apache.org/viewvc?rev=1376346&view=rev
Log:
Supported for HC3.1 as well
Bugzilla Id: 53675

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53675] Add PATCH verb to HTTP sampler

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53675

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
           Hardware|PC                          |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Http client proposes this method since 4.2 final, so we could add it as part of
httpclient4 implementation.

It is also true that this method is rather rarely used.

Regards

Philippe

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53675] Add PATCH verb to HTTP sampler

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53675

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
See:

http://mail-archives.apache.org/mod_mbox/hc-dev/201205.mbox/%3c1569577145.3795.1337170982470.JavaMail.tomcat@hel.zones.apache.org%3e

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53675] Add PATCH verb to HTTP sampler

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53675

Marcos Placona <ma...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcos.placona@gmail.com
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53675] Add PATCH verb to HTTP sampler

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53675

--- Comment #3 from Marcos Placona <ma...@gmail.com> ---
> It is also true that this method is rather rarely used.

Yeah, but when you need it, you need it ;-)

(In reply to comment #1)
> Http client proposes this method since 4.2 final, so we could add it as part
> of httpclient4 implementation.
> 
> It is also true that this method is rather rarely used.
> 
> Regards
> 
> Philippe

-- 
You are receiving this mail because:
You are the assignee for the bug.