Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9.0.4 issue (also in 9.0.5-SNAPSHOT) with Spring MVC Async (test provided)

Rossen, David,

I recently changed the behaviour of isAsyncStarted() under protest because it was pointed out to me that we were not following the spec.  I feared that it would lead to exactly the kind of problem that you are having here.

Currently I'm thinking that I will revert the default behaviour so that isAsyncStarted will return true until the original dispatch is completed, but add a configuration option to switch on strict adherence to the spec (but I cannot think why anybody would want that).

cheers





On 13 August 2013 01:03, Rossen Stoyanchev <rstoyanchev@xxxxxxxxxxxxx> wrote:
Hi Simone,

Sure, no worries. Actually David already opened a ticket for this issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=413901

Maybe the title can be updated now that we have more information. Will
that work?

Rossen
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Greg Wilkins <gregw@xxxxxxxxxxx>
http://www.webtide.com
Developer advice and support from the Jetty & CometD experts.
Intalio, the modern way to build business applications.

Back to the top