This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from f3698ed9e6 Improve messages for invalid JRE_HOME/JAVA_HOME new fa18633dec Prep for clean-up new 98016a0e5f Code clean-up. No functional change. new fbd8142162 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 | 42 +-- .../tomcat/util/http/CookieProcessorBase.java | 11 +- .../tomcat/util/http/FastHttpDateFormat.java | 33 +- java/org/apache/tomcat/util/http/HeaderUtil.java | 10 +- .../tomcat/util/http/LegacyCookieProcessor.java | 331 +++++++++------------ 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 | 49 ++- java/org/apache/tomcat/util/http/ServerCookie.java | 27 +- .../org/apache/tomcat/util/http/ServerCookies.java | 11 +- 12 files changed, 382 insertions(+), 456 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org