This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from a11bac054f Fix regression in user provided SSLContext support new 7482d9bfdc Unify comma-separated-value code and optimize the implementation (#707) new 1fa3b5d1e0 Fix import order. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/catalina/connector/Connector.java | 3 ++- .../org/apache/catalina/filters/ExpiresFilter.java | 15 ++++++-------- .../apache/catalina/filters/RemoteCIDRFilter.java | 3 ++- .../apache/catalina/filters/RemoteIpFilter.java | 15 ++++++-------- java/org/apache/catalina/realm/JNDIRealm.java | 6 ++++-- java/org/apache/catalina/util/NetMaskSet.java | 4 +++- .../apache/catalina/valves/RemoteCIDRValve.java | 3 ++- java/org/apache/catalina/valves/RemoteIpValve.java | 18 +++++++--------- java/org/apache/tomcat/util/buf/StringUtils.java | 24 ++++++++++++++++++++++ .../catalina/filters/TestRemoteIpFilter.java | 4 ++-- .../apache/catalina/valves/TestRemoteIpValve.java | 5 +++-- 11 files changed, 61 insertions(+), 39 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org