[ 
https://issues.apache.org/jira/browse/WICKET-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152882#comment-16152882
 ] 

ASF subversion and git services commented on WICKET-6460:
---------------------------------------------------------

Commit 1fc1e3d7040ed2f3e73e7067efd201a958a90b3e in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=1fc1e3d ]

WICKET-6460 Rename AjaxDownload to AjaxDownloadBehavior


> 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