This is an automated email from the ASF dual-hosted git repository.
dsoumis 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 88c37ea9e1 Fix wrong jakarta import..
88c37ea9e1 is described below
commit 88c37ea9e127c9021506a89c865bc3e8f8aa4177
Author: Dimitris Soumis <[email protected]>
AuthorDate: Thu Apr 9 17:16:02 2026 +0300
Fix wrong jakarta import..
---
test/org/apache/tomcat/security/TestSecurity2019.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/tomcat/security/TestSecurity2019.java
b/test/org/apache/tomcat/security/TestSecurity2019.java
index 640fb1b591..46dbd20414 100644
--- a/test/org/apache/tomcat/security/TestSecurity2019.java
+++ b/test/org/apache/tomcat/security/TestSecurity2019.java
@@ -20,7 +20,7 @@ package org.apache.tomcat.security;
import java.io.File;
import java.io.FileWriter;
-import jakarta.servlet.http.HttpServletResponse;
+import javax.servlet.http.HttpServletResponse;
import org.junit.Assert;
import org.junit.Test;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]