You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I try vaadin 24.8.3
When I send a DownloadResponse.error in DownloadHandler like this : new Anchor(event -> DownloadResponse.error(HttpStatusCode.BAD_REQUEST), "Test")
A file "téléchargement.txt" is downloaded on chrome.. a random filename .txt on firefox
Expected-behavior
Interrupt the download
Reproduction
new Anchor(event -> DownloadResponse.error(HttpStatusCode.BAD_REQUEST), "Test")