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 ea03a6a7ea Fix back-port
ea03a6a7ea is described below
commit ea03a6a7eaf01dc89b54a7aedca4f7216c6fba56
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Aug 14 18:01:35 2023 +0100
Fix back-port
---
java/org/apache/catalina/core/StandardWrapperValve.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/catalina/core/StandardWrapperValve.java
b/java/org/apache/catalina/core/StandardWrapperValve.java
index fadf923731..6c24689b6c 100644
--- a/java/org/apache/catalina/core/StandardWrapperValve.java
+++ b/java/org/apache/catalina/core/StandardWrapperValve.java
@@ -19,6 +19,7 @@ package org.apache.catalina.core;
import java.io.IOException;
import java.util.concurrent.atomic.AtomicInteger;
+import java.util.concurrent.atomic.LongAdder;
import javax.servlet.DispatcherType;
import javax.servlet.RequestDispatcher;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]