[
https://issues.apache.org/jira/browse/WICKET-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emond Papegaaij resolved WICKET-5718.
-------------------------------------
Resolution: Fixed
Atmosphere is upgraded to 2.2.2.
*Important note for upgrading:*
You have to modify your web.xml, replace
{code}
<init-param>
<param-name>org.atmosphere.cpr.broadcastFilterClasses</param-name>
<param-value>org.apache.wicket.atmosphere.TrackMessageSizeFilter</param-value>
</init-param>
{code}
with
{code}
<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>
{code}
> Upgrade Atmosphere to 2.2.2
> ---------------------------
>
> Key: WICKET-5718
> URL: https://issues.apache.org/jira/browse/WICKET-5718
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-atmosphere
> Affects Versions: 7.0.0-M3, 6.17.0
> Reporter: Emond Papegaaij
> Assignee: Emond Papegaaij
> Fix For: 6.18.0, 7.0.0-M4
>
>
> Wicket-atmosphere should be upgraded to the latest version of Atmosphere.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)