Mark Thomas
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...
@janbartel Tx for the pointer. I'll take a closer look.
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...
+1 for closing
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...
Fixed via #497
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?