This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from a92db2f0b4 Improve messages for invalid JRE_HOME/JAVA_HOME new 3e7a97bb60 Prep for clean-up new f00b3b95a0 Code clean-up. No functional change. new 5badf94e79 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 | 34 +-- .../tomcat/util/http/CookieProcessorBase.java | 13 +- .../tomcat/util/http/FastHttpDateFormat.java | 33 +- java/org/apache/tomcat/util/http/HeaderUtil.java | 10 +- java/org/apache/tomcat/util/http/HttpMessages.java | 79 +++-- .../tomcat/util/http/LegacyCookieProcessor.java | 331 +++++++++------------ java/org/apache/tomcat/util/http/MimeHeaders.java | 184 ++++++------ java/org/apache/tomcat/util/http/Parameters.java | 117 ++++---- 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 +- 13 files changed, 418 insertions(+), 497 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org