Bug 980843 - RESTWorkItemHandler supports only GET and POST.
Summary: RESTWorkItemHandler supports only GET and POST.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER3
: 6.0.0
Assignee: Maciej Swiderski
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-03 10:44 UTC by Marek Baluch
Modified: 2014-08-06 20:12 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:12:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.