entityImport Broken after 965916

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

entityImport Broken after 965916

Stephen Rufle-2
  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 :)