missing implementation of RestRequestItem()->createRequestItemWithRequest()
---------------------------------------------------------------------------
Key: SHINDIG-650
URL: https://issues.apache.org/jira/browse/SHINDIG-650
Project: Shindig
Issue Type: Bug
Components: RESTful API (PHP)
Reporter: bruno rovagnati
createRequestItemWithRequest() is called in RestServlet.php line 164
$requestItem = new RestRequestItem();
$requestItem->createRequestItemWithRequest($value, $token);
$responses[$key] =
$this->getResponseItem($requestItem);
but is not implemented (was removed in the latest update)
this also break unittests
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.