Bug 980843

Summary: RESTWorkItemHandler supports only GET and POST.
Product: [Retired] JBoss BPMS Platform 6 Reporter: Marek Baluch <mbaluch>
Component: jBPM CoreAssignee: Maciej Swiderski <mswiders>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Baluch <mbaluch>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: mswiders, rzhang
Target Milestone: ER3Keywords: TestBlocker
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:12:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marek Baluch 2013-07-03 10:44:13 UTC
The current implementation (in Beta4) accepts only GET and POST methods.

If another method is passed in then the HttpMethod object will not be initialized and a NPE will be thrown.

Comment 1 Maciej Swiderski 2013-08-26 15:16:14 UTC
additional HTTP methods has been added 
PUT
DELETE

which with already supported (GET and POST) covers most usage scenarios based on CRUD.

Commit 
https://github.com/droolsjbpm/jbpm/commit/5f27171d58f198f95690bcc24e5e16817ab18879

Comment 2 Marek Baluch 2013-09-19 13:42:47 UTC
Verified on ER3.