Hi Thomas,

that should work.

Could you please compare your setup with the one in 
https://github.com/apache/wicket/tree/master/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration

Thanks
Sven

Am 24. Mai 2018 08:43:47 MESZ schrieb Tobias Gierke 
<tobias.gie...@code-sourcery.de>:
>Hi,
>> Hi,
>>
>> this should be caused by WICKET-6498. This issue has changed the 
>> behavior for HeaderResponseDecorator. You can find how to adapt your 
>> code in the migration guide or in the release note of Milestone 9:
>>
>>
>https://wicket.apache.org/news/2018/02/17/wicket-8.0.0-M9-released.html
>
>Thanks for the quick response! I already tried this and it didn't have 
>any effect :/
>
>My Application#init() method is doing:
>
>setHeaderResponseDecorator( response ->new ResourceAggregator(new
>FilteringHeaderResponse(response) ) );
>
>
>
>Cheers,
>Tobias

Reply via email to