This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 2fb5a89 Add release date for 7.0.96 new f852fb1 Prep for additional backports. Align with 8.5.x. new b61da62 Align with 8.5.x. Deprecate. new 24ebf35 Align with master. Spacing, Javadoc, remove unnecessary (...) new a846e4a Deprecate FastDateFormat.RFC1123_DATE new e25eb15 Refactor to remove duplicate code new 1a772c4 Deprecate FastHttpDateFormat.formatDate(long, DateFormat) The 6 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: .../catalina/authenticator/AuthenticatorBase.java | 5 +- java/org/apache/catalina/connector/Request.java | 46 ++- java/org/apache/catalina/connector/Response.java | 179 ++++----- .../apache/catalina/servlets/WebdavServlet.java | 421 ++++++--------------- .../apache/catalina/util/ConcurrentDateFormat.java | 4 + .../util/http}/ConcurrentDateFormat.java | 18 +- .../tomcat/util/http/FastHttpDateFormat.java | 149 ++++---- 7 files changed, 304 insertions(+), 518 deletions(-) copy java/org/apache/{naming/resources => tomcat/util/http}/ConcurrentDateFormat.java (81%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org