Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.5.0, 8.6.1
-
None
Description
The filenames are incorrectly encoded/decoded in Wicket as part of AjaxDownload "blob" mode.
This problem was marked fixed according to the Wicket 8.5.0 release notes as part of issue WICKET-6650.
Unfortunately, the fix in commit ac20fab162 is still pending in branch WICKET-6649-downport-for-wicket-8.x and has never made it to branch wicket-8.x. See wicket-ajaxdownload.js file from rel/wicket-8.5.0 branch.
A cherry-pick of that patch was made in commit 9b7ad5d18a, which fixes master.