Mark Thomas

Results 274 comments of Mark Thomas

I think the TCK is checking that the original exception was thrown without wrapping. Section 9.5 sets out which exceptions should be wrapped if the target of a RequestDispacther throws...

I've been digging through the history and I think the current behaviour on unwrapping is as intended. The following change was made in Tomcat 4 back when it was the...

I think recommended is the right choice here.

The consensus is, effectively, 'won't fix' so closing.

Assuming we go with the approach that the container does not rely on the application not swallowing the exception, I'd say the answers to your questions are: - yes, the...

Tomcat uses the async approach if complete() is called while an async read/write is in progress. I recently gave this code an overhaul in Tomcat. The updated state diagram that...

What about ThreadLocals which were the original trigger for this issue being created?