Community
Participate
Working Groups
suspend changes a few fields, then checks to see if the current state is one in which suspend can be called. This can result in an infinite loop with code like: AsyncContext ac = request.startAsync(); ac.dispatch(...); try { request.startAsync(); } catch (IllegalStateException e) { response.getWriter("Hah! fooled you"); }
Fix committed in rev 2237
port to jetty 7 in rev 2239
Marking as resolved.