Hi there,

We have  an application  that loads a  page only  once, subsequent
interactions are only  achieved using Ajax.  But  when the session
times out, the response to any  ajax request is empty: status code
200, and empty response body.

Indeed in WebRequestCycleProcessor.resolve() an
EmptyRequestTarget() is returned because pageMap == null thus
processRequest == false.

Ideally, I would throw an exception in this case that would be
handled by RequestCycle.step().

WDYT?
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to