Changes since 24.2.3
Fixes
-
Prevent propagating IO errors when serving PWA icons (#18023)
Commit · Pull request · IssueAn IOException when writing a PWA icon on the HTTP response can neither be fixed nor handled and causes a lot of log spamming. This change catches the error and logs it at debug level. ---------
-
Improve error message when a component is moved from one UI to another. (#18019) (CP: 24.2)
Commit · Pull request · Issue -
Do not touch package.json files unless content has changed (#18045)
Commit · Pull request · IssueIn some cases, at least the package.json file is overwritten with the same content it already had. This causes the timestamp to be updated, which in some environments causes file fingerprint to differ.
-
Update atmosphere to 3.0.3.slf4jvaadin2 (#18046)
Commit · Pull request -
Support accept property in StreamReceiverHandler (#18022)
Commit · Pull requestStreamReceiverHandler understands
accept
property of the target element to block unwanted mime types.accept
property takes comma separated list of mime types like 'text/plain, text/html'. e.g. for '/' or 'text/*'. e.g. for '.pdf'.