This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from b1709064e3 Improve messages for invalid JRE_HOME/JAVA_HOME new d39db0c10b Prep for clean-up new 969c239e09 Code clean-up. No functional change. new ba848da71c Fix parameter counting logic The 3 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: .../tomcat/util/http/ConcurrentDateFormat.java | 5 +- .../apache/tomcat/util/http/CookieProcessor.java | 26 ++- .../tomcat/util/http/CookieProcessorBase.java | 11 +- .../tomcat/util/http/FastHttpDateFormat.java | 16 +- java/org/apache/tomcat/util/http/HeaderUtil.java | 10 +- java/org/apache/tomcat/util/http/MimeHeaders.java | 184 +++++++++++---------- java/org/apache/tomcat/util/http/Parameters.java | 113 ++++++------- java/org/apache/tomcat/util/http/RequestUtil.java | 22 ++- .../tomcat/util/http/Rfc6265CookieProcessor.java | 87 +++++----- java/org/apache/tomcat/util/http/ServerCookie.java | 16 +- .../org/apache/tomcat/util/http/ServerCookies.java | 11 +- 11 files changed, 238 insertions(+), 263 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org