-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, 7.2.X, 7.3.X, Master
-
Fix Version/s: 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: Portal Services > Portal Utilities
-
Branch Version/s:7.3.x, 7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- Upload a big video to Documents Admin
- Copy its download URL
- Execute the command "wget <DOWNLOAD_URL>" via command line
- Press CTRL+C before finishing the download
- Check that no logs are shown
- Increase log levels for com.liferay.portal.kernel.servlet.ServletResponseUtil to WARN
- Repeat steps 4 and 5
Expected results:
- A warning message is shown without any stack trace
Actual results:
- A warning message is shown
- The stack trace is printed afterwards. (This stack trace should only be visible at DEBUG level)
Original steps to reproduce:
- Visit localhost:8080
- Stop the navigation before the page is loaded completely
- Check server logs