[Carbon-dev] svn commit r43589 - branches/carbon-platform/2.0.1/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources
senaka at wso2.com
senaka at wso2.com
Mon Aug 17 20:57:42 PDT 2009
Author: senaka
Date: Mon Aug 17 20:57:42 2009
New Revision: 43589
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43589
Log:
Fixing JIRA Issue CARBON-4945.
Modified:
branches/carbon-platform/2.0.1/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/resource_sub_tree_ajaxprocessor.jsp
Modified: branches/carbon-platform/2.0.1/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/resource_sub_tree_ajaxprocessor.jsp
URL: http://wso2.org/svn/browse/wso2/branches/carbon-platform/2.0.1/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/resource_sub_tree_ajaxprocessor.jsp?rev=43589&r1=43588&r2=43589&view=diff
==============================================================================
--- branches/carbon-platform/2.0.1/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/resource_sub_tree_ajaxprocessor.jsp (original)
+++ branches/carbon-platform/2.0.1/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/resource_sub_tree_ajaxprocessor.jsp Mon Aug 17 20:57:42 2009
@@ -8,6 +8,9 @@
String parentId = request.getParameter("parentId");
try {
resourceTree = GetResourceTreeProcessor.process(request, response, config, path, parentId);
+ if (resourceTree == null) {
+ return;
+ }
} catch (Exception e) {
errorMessage = e.getMessage();
}
More information about the Carbon-dev
mailing list