This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new ea8ac17 Align with master ea8ac17 is described below commit ea8ac17257dea4538d1f10a805a422d6d4256b90 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jul 9 15:54:48 2019 +0100 Align with master --- java/org/apache/catalina/filters/RemoteIpFilter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/catalina/filters/RemoteIpFilter.java b/java/org/apache/catalina/filters/RemoteIpFilter.java index 20b4abd..7df9796 100644 --- a/java/org/apache/catalina/filters/RemoteIpFilter.java +++ b/java/org/apache/catalina/filters/RemoteIpFilter.java @@ -442,6 +442,7 @@ import org.apache.juli.logging.LogFactory; * <hr> */ public class RemoteIpFilter implements Filter { + public static class XForwardedRequest extends HttpServletRequestWrapper { static final ThreadLocal<SimpleDateFormat[]> threadLocalDateFormats = new ThreadLocal<SimpleDateFormat[]>() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org