This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 5aafecd15e Commented out method was removed a long time ago
5aafecd15e is described below
commit 5aafecd15e69f7daf62018f46b0722de1837eb8d
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jun 21 10:38:53 2024 +0100
Commented out method was removed a long time ago
---
java/org/apache/catalina/core/AsyncContextImpl.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/org/apache/catalina/core/AsyncContextImpl.java
b/java/org/apache/catalina/core/AsyncContextImpl.java
index ed0b1daa53..7b93e1114c 100644
--- a/java/org/apache/catalina/core/AsyncContextImpl.java
+++ b/java/org/apache/catalina/core/AsyncContextImpl.java
@@ -345,7 +345,6 @@ public class AsyncContextImpl implements AsyncContext,
AsyncContextCallback {
fireOnComplete();
}
} catch (RuntimeException x) {
- // doInternalComplete(true);
if (x.getCause() instanceof ServletException) {
throw (ServletException) x.getCause();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]