Infinite recursion in opensocial7to8.js and opensocial6to7.js
-------------------------------------------------------------

                 Key: SHINDIG-513
                 URL: https://issues.apache.org/jira/browse/SHINDIG-513
             Project: Shindig
          Issue Type: Bug
          Components: Features (Javascript)
         Environment: N/A
            Reporter: Jacky Wang


When gadget requires opensocial-0.6, ggs will load opensocial7to8.js and 
opensocial6to7.js consequently.

However, both in 6to7 and 7to8, it has the statements as following:

functionNameOld = functionName;
functionName = new function object;

1. name is not correct: functionNameOld is actually the higher version of 
function.
2. when two js files loaded, the name "functionNameOld" conflicts and lead to 
infinite recursion.

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

Reply via email to