-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF19, 5.7.1
-
Component/s: Excel Export
When importing files through the JSF/RichFaces UI ("Import File" button), the server-side processing is doing several copies that could be optimized away in some cases:
- copy from the RichFaces temporary file to a persisted blob,
- copy from the persisted blob to another persisted blob by DefaultPictureAdapter.createPicture,
- copy to another file for ImagingComponent.getImageInfo,
More work to be done in NXP-11772.
- is required by
-
NXP-11772 Avoid more unneeded filesystem copies on file import
- Resolved