Summary: | isAsyncStarted may return false in thread that started async processing | ||
---|---|---|---|
Product: | Tomcat 7 | Reporter: | Rossen Stoyanchev <rstoyanchev> |
Component: | Catalina | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 7.0.30 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Linux |
Description
Rossen Stoyanchev
2012-09-08 00:42:57 UTC
Thanks for the report. The same holds for complete() as well as dispatch(). This has been fixed in trunk and 7.0.x and will be included in 7.0.31 onwards. Actually, complete() is different (the TCK fails if we treat it the same way). As soon as complete() is called , isAsyncStarted() must return false. |