You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/09/02 23:57:44 UTC

[jira] Resolved: (SHINDIG-564) Person URLs not transformed correctly

     [ https://issues.apache.org/jira/browse/SHINDIG-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-564.
----------------------------------

    Resolution: Fixed

Fixed in revision 691402


> Person URLs not transformed correctly
> -------------------------------------
>
>                 Key: SHINDIG-564
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-564
>             Project: Shindig
>          Issue Type: Bug
>          Components: Features (Javascript)
>            Reporter: Adam Winer
>            Priority: Minor
>
> There's a small typo in JsonRpcContainer.prototype.createPersonFromJson(), in:
>   if (serverJson.urls) {
>     for (var u = 0; u < serverJson.urls.length; u++) {
>       this.translateUrlJson(serverJson.urls[p]);
>     }
>   }
> ... should be serverJson.urls[u], not [p]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.