This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 512097b4e4 Fix IDE warning
512097b4e4 is described below
commit 512097b4e4440ac0f5c3d05d8719fe90ed00912b
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Feb 9 16:46:10 2023 +0000
Fix IDE warning
---
test/org/apache/catalina/filters/TestRemoteIpFilter.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/org/apache/catalina/filters/TestRemoteIpFilter.java
b/test/org/apache/catalina/filters/TestRemoteIpFilter.java
index 59c7ecfd97..1706e7ccf7 100644
--- a/test/org/apache/catalina/filters/TestRemoteIpFilter.java
+++ b/test/org/apache/catalina/filters/TestRemoteIpFilter.java
@@ -824,6 +824,7 @@ public class TestRemoteIpFilter extends TomcatBaseTest {
Assert.assertTrue(bug66471Servlet.isSecure.booleanValue());
}
public static class Bug66471Servlet extends HttpServlet {
+ private static final long serialVersionUID = 1L;
public Boolean isSecure;
@Override
protected void doGet(HttpServletRequest req, HttpServletResponse resp)
throws ServletException, IOException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]