WICKET-5241 gives pause to think about our request cycle

2013-06-25 Thread Martijn Dashorst
The issue reported in https://issues.apache.org/jira/browse/WICKET-5241 gives pause to two things: 1. The response is not written to the client until the detach has been performed 2. In wicket 1.5 and up the detach phase is done twice Ad 1: It has been my assumption (apparently wrongly so)

Re: WICKET-5241 gives pause to think about our request cycle

2013-06-25 Thread Cedric Gatay
Hi, I think we could leverage async support built-in in Servlet 3.x. To prevent developers doing long tasks in the detach method, I would suggest an error log trace telling the problem. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com |