As far as I know, the latest versions of wicket-atmosphere and atmosphere 
should fall through to the default servlet handling if wicket does not handle 
the request. I don't know that much about servlet configuration, but I don't 
think wicket-atmoshpere changes anything in this context. You might try asking 
your question on the Atmosphere framework mailing list at google groups.

Best regards,
Emond

On Monday 12 November 2012 11:26:37 pkc wrote:
> Before atmosphere, i used a standard web.xml filter and the following
> mappings:
> 
> <filter-mapping>
>     <filter-name>wicket</filter-name>
>     <url-pattern>/*</url-pattern>
>     <dispatcher>REQUEST</dispatcher>
>         <dispatcher>INCLUDE</dispatcher>
>     <dispatcher>FORWARD</dispatcher>
>         <dispatcher>ERROR</dispatcher>
> </filter-mapping>
> 
> From the examples, I now define the filter in the atmosphere.xml which works
> except I don't see a way to configure the dispatchers for FORWARD and
> ERROR.
> 
> <atmosphere-handlers>
>       <atmosphere-handler context-root="/*"
>               class-name="org.atmosphere.handler.ReflectorServletProcessor">
>               <property name="filterClassName"
> value="org.apache.wicket.protocol.http.WicketFilter" />
>       </atmosphere-handler>
> </atmosphere-handlers>
> 
> This is the last obstacle to my 1.5 to 6.2 migration and I already put a lot
> of work into it so any help is greatly appreciated.
> 
> 
> 
> 
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Atmosphere-where-to-con
> figure-filter-mapping-dispatchers-tp4653794.html Sent from the Users forum
> mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to