You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Stephen Rufle <sr...@salmonllc.com> on 2010/08/05 20:42:30 UTC

entityImport Broken after 965916

  Revision: 965916
Author: doogie
Date: 10:14:17 AM, Tuesday, July 20, 2010
Message:
Fix open file leak; the InputSource is only processed when a freemarker
template is given, so only attempt to create one if a template has been
specified.
----
Modified : 
/ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/WebToolsServices.java

After this commit

The variable url on line 188 can never be not null

When I manually reverted my copy I was able to import files again :)