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

Martin Grigorov resolved WICKET-6460.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 8.0.0-M8

> Rename AjaxDownload to AjaxDownloadBehavior
> -------------------------------------------
>
>                 Key: WICKET-6460
>                 URL: https://issues.apache.org/jira/browse/WICKET-6460
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 8.0.0-M6
>            Reporter: Jarosław
>            Assignee: Martin Grigorov
>             Fix For: 8.0.0-M8
>
>
> Right now file downloaded using                
> {code}
>  org.apache.wicket.extensions.ajax.AjaxDownload#initiate(target)
> {code}
> downloads file with name like
> {code}
> 5e7f5bd1-d4dc-4350-ad05-e1aef94cf286.pdf
> {code}
> Could you please provide method giving the user ability to change the file 
> name according to RFC 5987 and also for browsers that do not support this:
> {code}
> Content-Disposition: attachment;
>                      filename="EURO rates";
>                      filename*=utf-8''%e2%82%ac%20rates
> {code}
> P.S. I think AjaxDownload class should be named AjaxDownloadBehavior - as all 
> behaviors are



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to