Re: Wicket 6 Atmosphere - where to configure filter-mapping dispatchers?

2012-11-13 Thread Emond Papegaaij
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-namewicket/filter-name
 url-pattern/*/url-pattern
 dispatcherREQUEST/dispatcher
 dispatcherINCLUDE/dispatcher
 dispatcherFORWARD/dispatcher
 dispatcherERROR/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

Re: Wicket 6 Atmosphere - where to configure filter-mapping dispatchers?

2012-11-13 Thread pkc
Just got a response from Jeanfrancois in the atmosphere forum and dispatchers
are currently not supported by the ReflectorServletProcessor.

There is a general ticket open for better filter support:
https://github.com/Atmosphere/atmosphere/issues/157 





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Atmosphere-where-to-configure-filter-mapping-dispatchers-tp4653794p4653863.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



Wicket 6 Atmosphere - where to configure filter-mapping dispatchers?

2012-11-12 Thread pkc
Before atmosphere, i used a standard web.xml filter and the following
mappings:

filter-mapping
filter-namewicket/filter-name
url-pattern/*/url-pattern
dispatcherREQUEST/dispatcher
dispatcherINCLUDE/dispatcher
dispatcherFORWARD/dispatcher
dispatcherERROR/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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org