[Bug 54123] servlet 3.0 spec violation in async timeout processing

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54123

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Mark Thomas ma...@apache.org ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 54123] servlet 3.0 spec violation in async timeout processing

2012-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54123

--- Comment #2 from Eugene Chung (TmaxSoft) bluewolf.ch...@gmail.com ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org