Patch #238
FileNotFoundException fix
Start date:
02/24/2011
Due date:
% Done:
100%
Estimated time:
Browser (if web client):
Description
When used to retrieve a byte[] you should be able to use
byte[] = plugins.jasperPluginRMI.runReport(serverName,report,false,outputType,params);
However the code results to nooutput = false and a filename of "", then a call to saveByteArrayToFile() throw a FileNotFoundException.
Here's a patch which simply checks for filename before attempting to create the file in saveByteArrayToFile().
Files
History
Updated by Rob Gansevles about 14 years ago
- Status changed from New to Resolved
- Assignee set to Rob Gansevles
- % Done changed from 0 to 100
Applied patch