https://issues.apache.org/jira/browse/WICKET-6355
https://github.com/apache/wicket/pull/219

On Wed, Apr 12, 2017 at 2:55 PM, Maxim Solodovnik <solomax...@gmail.com>
wrote:

> Will try to
> Will write back here
>
> On Wed, Apr 12, 2017 at 2:44 PM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
>
>> Hi,
>>
>> I am very sorry that I am bussy at the moment. Are you able to create a
>> PR for that. I review it as soon as possible.
>>
>> kind regards
>>
>> Tobias
>>
>> > Am 12.04.2017 um 08:30 schrieb Maxim Solodovnik <solomax...@gmail.com>:
>> >
>> > I would use file name from the Path by default
>> > And the ability to pass different name is also good idea
>> >
>> > On Wed, Apr 12, 2017 at 1:28 PM, Tobias Soloschenko <
>> > tobiassolosche...@googlemail.com> wrote:
>> >
>> >> Hi,
>> >>
>> >> maybe we could add a callback method to add the name or a second
>> >> parameter, because in case of a FileSystemResource this might me a
>> usual
>> >> scenario.
>> >>
>> >> WDYT?
>> >>
>> >> kind regards
>> >>
>> >> Tobias
>> >>
>> >>> Am 12.04.2017 um 08:25 schrieb Sven Meier <s...@meiers.net>:
>> >>>
>> >>> Hi Maxim,
>> >>>
>> >>> FIleSystemResource does not support a file name by default, you have
>> to
>> >> add it yourself:
>> >>>
>> >>> protected ResourceResponse createResourceResponse(Path path) {
>> >>>   ResourceResponse response = super.createResourceResponse(path);
>> >>>   response.setFileName(path.getFileName());
>> >>>   return response;
>> >>> }
>> >>>
>> >>> Regards
>> >>> Sven
>> >>>
>> >>>
>> >>>> On 12.04.2017 07:45, Maxim Solodovnik wrote:
>> >>>> Hello Tobias,
>> >>>>
>> >>>> I'm trying to use FileSystemResource in latest wicket AjaxDownload
>> >>>> Unfortunately I see no easy way to set filename :(
>> >>>>
>> >>>> It seems not to be taken from the Path passed ...
>> >>>> Could you please tell me how to do it?
>> >>>>
>> >>>
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >>> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Reply via email to