=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/plugin.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/plugin.js 2014-05-05 09:55:43 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/plugin.js 2014-05-28 08:49:57 +0000 @@ -4655,7 +4655,7 @@ }; requests.push({ - url: url + '/api/system/context.jsonp', + url: url + '/api/system/info.jsonp', success: function(r) { init.contextPath = r.contextPath; fn(); === modified file 'dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/plugin.js' --- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/plugin.js 2014-05-09 11:34:49 +0000 +++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/plugin.js 2014-05-28 08:49:57 +0000 @@ -2736,7 +2736,7 @@ }; requests.push({ - url: url + '/api/system/context.jsonp', + url: url + '/api/system/info.jsonp', success: function(r) { init.contextPath = r.contextPath; fn(); === modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2014-05-23 14:01:33 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2014-05-28 08:49:57 +0000 @@ -5478,7 +5478,7 @@ var i18nArray = Ext.decode(r.responseText); Ext.Ajax.request({ - url: init.contextPath + '/api/system/context.json', + url: init.contextPath + '/api/system/info.json', success: function(r) { init.contextPath = Ext.decode(r.responseText).contextPath || init.contextPath; === modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/plugin.js' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/plugin.js 2014-05-09 11:18:28 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/plugin.js 2014-05-28 08:49:57 +0000 @@ -2775,7 +2775,7 @@ }; requests.push({ - url: url + '/api/system/context.jsonp', + url: url + '/api/system/info.jsonp', success: function(r) { init.contextPath = r.contextPath; fn();