-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, 7.3.X, Master
-
Fix Version/s: 7.0.0 DXP FP99, 7.0.10.16 DXP SP16, 7.0.X, 7.1.10 DXP FP23, 7.1.10.6 SP6, 7.1.X, 7.2.10 DXP FP12, 7.2.X, 7.3.7 CE GA8, 7.3.10 DXP FP2, 7.3.X, 7.4.0 CE GA1, 7.4.13 DXP GA1, Master
-
Component/s: Documents & Media
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
-
QA Test Name:
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.
- is duplicated by
-
LPS-128149 Update Tika to include TIKA-3203
- Closed