Changes since 24.1.18
Fixes
-
Prevent propagating IO errors when serving PWA icons (#18023) (CP: 24.1)
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.1)
Commit · Pull request · Issue -
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'.