-
Bug
-
Resolution: Done
-
Major
-
jBPM 6.4.0.Final
-
NEW
-
NEW
The RESTWorkItemHandler matches the content type of the response for equality. It means that response with content type set to : 'application/json; charset=utf-8' is not parsed correctly, even if the response is a valid json. The public github api is an example of such an api that is returning mentioned content type.
It should be enough to change these two lines:
- clones
-
RHBPMS-3995 RESTWorkItemHandler matches content type for equality
- Closed