You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2019/10/03 11:09:00 UTC

[jira] [Resolved] (WICKET-6705) URL filename not decoded when downloading via AjaxDownload blob mode

     [ https://issues.apache.org/jira/browse/WICKET-6705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Tzvetanov Grigorov resolved WICKET-6705.
-----------------------------------------------
    Fix Version/s: 8.7.0
         Assignee: Martin Tzvetanov Grigorov
       Resolution: Fixed

I've applied the change in wicket-8.x.
Sorry for the delay. I am not sure why I have put it in a separate branch.

> URL filename not decoded when downloading via AjaxDownload blob mode
> --------------------------------------------------------------------
>
>                 Key: WICKET-6705
>                 URL: https://issues.apache.org/jira/browse/WICKET-6705
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 8.5.0, 8.6.1
>            Reporter: Mathieu Mitchell
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>             Fix For: 8.7.0
>
>
> 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|https://wicket.apache.org/news/2019/05/28/wicket-8.5.0-released.html] as part of issue WICKET-6650.
> Unfortunately, the fix in commit [ac20fab162|https://github.com/apache/wicket/commit/ac20fab1627c49adb213c2a448a5d8f5dd20518e] is still pending in branch _WICKET-6649-downport-for-wicket-8.x_ and has [never made it to branch wicket-8.x|https://github.com/apache/wicket/blob/wicket-8.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/wicket-ajaxdownload.js#L114]. See [wicket-ajaxdownload.js file from rel/wicket-8.5.0 branch|https://github.com/apache/wicket/blob/rel/wicket-8.5.0/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/wicket-ajaxdownload.js#L114].
> A cherry-pick of that patch was made in commit 9b7ad5d18a, which fixes master.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)