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 2a18ae3 Fix backport
2a18ae3 is described below
commit 2a18ae36c926510fa919b110d78006f005cb1269
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Jan 8 16:19:47 2022 +0000
Fix backport
---
java/org/apache/coyote/http2/StreamProcessor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/coyote/http2/StreamProcessor.java
b/java/org/apache/coyote/http2/StreamProcessor.java
index df0eb7f..ae2b7b5 100644
--- a/java/org/apache/coyote/http2/StreamProcessor.java
+++ b/java/org/apache/coyote/http2/StreamProcessor.java
@@ -21,7 +21,7 @@ import java.io.IOException;
import java.util.Enumeration;
import java.util.Iterator;
-import jakarta.servlet.http.HttpServletResponse;
+import javax.servlet.http.HttpServletResponse;
import org.apache.coyote.AbstractProcessor;
import org.apache.coyote.ActionCode;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]