Changes since 24.8.6
Fixes
-
Log "Connection remotely closed" IOException at debug level (#22102)
Commit · Pull request · IssueChanges the log level from ERROR to DEBUG for the specific IOException that occurs when a client connection dies during push communication. This reduces noise in logs, especially during integration tests.
-
Remove default value for deprecated property (#21789)
Commit · Pull requestHaving the default value leads to a wrong warning message "Both 'frontendOutputDirectory' and 'webpackOutputDirectory' are set"
-
Filename encoding of download (#22039)
Commit · Pull request · IssueApplies utf-8 encoding by default in Content-Disposition header for DownloadEvent.