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-configure-filter-mapping-dispatchers-tp4653794.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]