Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, 7.2.X, 7.3.X, Master
-
7.3.x, 7.2.x, 7.1.x, 7.0.x
-
Committed
-
1
-
3
Description
There is a known issue in the MP4 parser that temporary files in tomcat/tmp folder are not deleted properly.
There is a fix, so a version bump should solve the case.
Steps to reproduce:
- Start a Liferay Tomcat bundle
- Check the size of Tomcat's temp folder
- Upload the attached mp4 file
- Check the size of Tomcat's temp folder again
ExpectedResult:
A slight to none increase in the size of tomcat/tmp folder
Actual Result:
There is a huge increase in size because multiple accesses of the mp4 file generates temp files that are not cleaned up properly.
Reindexing DLFileEntries generates even more temp files, raising the size further.
Attachments
Issue Links
- is duplicated by
-
LPS-128149 Update Tika to include TIKA-3203
- Closed