[
https://issues.apache.org/jira/browse/SHINDIG-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Chabot resolved SHINDIG-716.
----------------------------------
Resolution: Fixed
Assignee: Chris Chabot
thanks, nice catch! Fix has been committed.
> Typo in JsonRpcServelet
> -----------------------
>
> Key: SHINDIG-716
> URL: https://issues.apache.org/jira/browse/SHINDIG-716
> Project: Shindig
> Issue Type: Bug
> Components: Common Components (PHP)
> Environment: ALL
> Reporter: Jerome Gangneux
> Assignee: Chris Chabot
> Attachments: fix-716-bug.patch
>
>
> public function doGet() {
> $token = $this->getSecurityToken();
> if (token == null) { <== missing $ for token
> $this->sendSecurityError();
> return;
> }
> // Request object == GET params
> $request = $_GET;
> $this->dispatch($request, $token);
> }
> I guess it's a typo from JAVA
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.