Summary: | servlet 3.0 spec violation in async timeout processing | ||
---|---|---|---|
Product: | Tomcat 7 | Reporter: | Eugene Chung (TmaxSoft) <bluewolf.chung> |
Component: | Catalina | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | P2 | ||
Version: | trunk | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Linux | ||
Attachments: | test war file within java source |
Description
Eugene Chung (TmaxSoft)
2012-11-09 10:30:48 UTC
Fixed in trunk and 7.0.x and will be included in 7.0.33 onwards. "error dispatch" is not defined anywhere I could find in the servlet spec. I implemented based on what I could deduce from the spec text quoted in this issue. Yes, I haven't seen the def. of 'error dispatch', too. In our product, I just used response.sendError(500) that was internally using forward with DispatcherType.ERROR. |