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 276450e Refactor to aid re-use
new 56a1cae Prep for additional backports. Align with master (excluding
deprecation)
new 2182c04 Align with master
new 111f0d1 Align with master. Deprecate
new 6025ef7 Align with master. Spacing, Javadoc, remove unnecessary (...)
new 7e5f263 Deprecate FastDateFormat.RFC1123_DATE
new dedb056 Deprecate FastHttpDateFormat.formatDate(long, DateFormat)
new bb5db77 Deprecate FastHttpDateFormat.parseDate(String,DateFormat[])
The 7 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 | 13 ++-
java/org/apache/catalina/connector/Response.java | 45 +++-----
.../apache/catalina/servlets/WebdavServlet.java | 10 +-
.../apache/catalina/util/ConcurrentDateFormat.java | 4 +
.../catalina/webresources/AbstractResource.java | 6 +-
.../apache/catalina/webresources/FileResource.java | 2 +-
.../catalina/webresources/JarWarResourceSet.java | 2 +-
.../catalina/webresources/LocalStrings.properties | 3 +-
.../webresources}/LocalStrings_es.properties | 11 +-
.../webresources/LocalStrings_fr.properties | 59 ++++++++++
.../webresources/LocalStrings_ja.properties | 59 ++++++++++
.../util/http}/ConcurrentDateFormat.java | 29 +++--
.../tomcat/util/http/FastHttpDateFormat.java | 128 ++++++++++-----------
14 files changed, 243 insertions(+), 133 deletions(-)
copy java/{javax/servlet =>
org/apache/catalina/webresources}/LocalStrings_es.properties (55%)
create mode 100644
java/org/apache/catalina/webresources/LocalStrings_fr.properties
create mode 100644
java/org/apache/catalina/webresources/LocalStrings_ja.properties
copy java/org/apache/{catalina/util =>
tomcat/util/http}/ConcurrentDateFormat.java (79%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]