-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Fix Version/s: 9.10-HF29, 9.10-HF34, 10.10-HF02, 10.10-HF11, 11.1, 2021.0
-
Component/s: Convert
-
Release Notes Summary:Temporary files are purged after conversion.
-
Tags:
-
Backlog priority:700
-
Sprint:nxcore 11.1.3, nxcore 11.1.4, nxplatform 11.1.14
-
Story Points:5
Steps to reproduce:
- log in to JSF UI
- upload a Word file to create a new File document
- click on the Preview action
- the preview is displayed
- In the tmp folder of the server, a new folder is created which contains the files generated by the converter (the file looks like nxblob-424171860643824590.pdf)
Actual results:
The files and folder are never deleted.
Expected results:
The temporary files should be deleted once they are not used any more.
Possible and tested solution when the convert cache is enabled: return the cached blobs as a result of the conversion.
- causes
-
NXP-27078 Folders containing Markdown Note documents should be downloadable as ZIP
- Resolved