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 Grigorov (JIRA)" <ji...@apache.org> on 2019/04/05 10:14:00 UTC

[jira] [Created] (WICKET-6650) Url decode the name of the file after AjaxDownload with Location == Blob

Martin Grigorov created WICKET-6650:
---------------------------------------

             Summary: Url decode the name of the file after AjaxDownload with Location == Blob
                 Key: WICKET-6650
                 URL: https://issues.apache.org/jira/browse/WICKET-6650
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 8.3.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


If a file with non-ascii characters in the name is downloaded via AjaxDownloadBehavior with Location == Blob then the file name that is sent to the browser contains url encoded version of the non-ascii characters.
The file name should be url decoded before being sent to the browser.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)