On Fri, Jan 9, 2015 at 2:37 PM, Martin Grigorov <mgrigo...@apache.org> wrote:
> Hi,
>
> I think this changes was needed to upgrade from Atmosphere 2.18 to 2.22.
> AFAIK this change is needed by Atmosphere itself.
> Wicket-Atmosphere doesn't use these parameters.

Ok, I know that. But how did you (or Emond ;)) know how to changed it,
maybe I should look into Atmosphere documentation?
The old TrackMessageSizeFilter comes from Wicket-Atmosphere, so there
was some reason to setup such parameter.

--
Daniel


>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Fri, Jan 9, 2015 at 11:07 AM, Daniel Stoch <daniel.st...@gmail.com>
> wrote:
>
>> Hi,
>>
>> In the most recent version of atmosphere-example the init-params were
>> changed in servlet configuration (in web.xml).
>>
>> From:
>> <init-param>
>>   <param-name>org.atmosphere.cpr.broadcastFilterClasses</param-name>
>>
>> <param-value>org.apache.wicket.atmosphere.TrackMessageSizeFilter</param-value>
>> </init-param>
>>
>> To:
>> <init-param>
>>   <param-name>org.atmosphere.cpr.AtmosphereInterceptor</param-name>
>>
>> <param-value>org.atmosphere.client.TrackMessageSizeInterceptor</param-value>
>> </init-param>
>> <init-param>
>>
>> <param-name>org.atmosphere.client.TrackMessageSizeInterceptor.delimiter</param-name>
>>   <param-value><![CDATA[<|msg|>]]></param-value>
>> </init-param>
>>
>> What is the reason of this change, what these parameters are used for?
>> Actual version does not work for me and I need to know how to debug
>> this. Any tip will be helpful.
>>
>> --
>> Best regards,
>> Daniel
>>
>> ---------------------------------------------------------------------
>> 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

Reply via email to