https://issues.apache.org/bugzilla/show_bug.cgi?id=56735
Bug ID: 56735
Summary: [PATCH] Use custom temporary file directory in SXSSF
Product: POI
Version: 3.11-dev
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: SXSSF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31825
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31825&action=edit
Patch that allows to optionally specify a custom temporary file directory in
SXSSF
The temporary files generated when using a SXSSFWorkbook are stored in the
default system temp directory.
As our application is deployed together with other applications on the same
application server, we are not allowed to change the java.io.tmpdir system
property. Further, subclassing the SXSSFWorkbook and related classes is made
difficult because many methods are package protected.
Therefore we would like you to consider the inclusion of the attached patch,
which optionally allows to set a temp file directory property on the
SXSSFWorkbook. The API changes are backward compatible.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]