This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch BZ-63835/9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
omit d7f8616 BZ 63835: Add support for Keep-Alive header add 1638e4f Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63838 add 6bc2615 63879: Remove stack trace from debug logging on socket wrapper close add b3a8e01 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63864 add 4637304 Remove unnecessary code add 49d37df Move connection tracking to the endpoint add 6c255a1 Avoid API change add 7eb93de Add missing i18n add 99952af Log tweaks add 6626089 Correct description of default value of server attribute add 6064cd7 Remove unnecessary changes to fix BZ 63836 add 7c74df7 Polish. Improve alignment with 8.5.x/7.0.x add 782979f Add @Deprecated to fix IDE warning add fd31ffe Fix Javadoc error (only need <pre>, not <code> as well) add f16ae27 Remove unused code add 65abaf3 Refactor to (slightly) reduce native calls when using OpenSSL add 2c999ef OpenSSLEngine to differentiate between optional and optionalNoCA add 066e254 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63897 JSP timestamps add 5e9f6fd Fix a possible race condition add 09a383c Fix credit add 17dc9cc Reformat comment add b351ed7 Correct entry so it makes sense add 4945083 Remove connections map from APR endpoint add eb1d0e8 Update to CXF 3.3.4 add 785becd Remove duplicate put operation add ae8f518 Fix IDE warning add 2a9b0fe Fix typo add e765a4d Expand coverage of French translations add a8defb1 Fix typos in Japanese translations. add 47de9b2 Expand coverage and quality of Simplified Chinese translations add 7dca58a Remove unnecessary trailing space add 8dc6c1f Expand coverage and quality of Brazilian Portuguese translations add 2f4e1f2 Fix PR #211 via POEditor add 8ce7933 Fix typo add 31ebf2f Fix typo add d8e336d Fix typo add d3b4844 Remove redundant method for clean add f7e2dce Move count down connections to the shared close add 5f4d5b3 Better cleanup in setSocketOptions add 03e7bc8 Fix JSP compilation showing old content reported on users@ list add b12f3b1 Follow on to 03e7bc84 add 67909e0 Add comment to explain the cleanup add ffb553c Fix logic that meant AJP was not always non-blocking between requests add 58898a5 Polish add 69602cb BZ 63905: Clean up Tomcat CSS add ccd6518 Fix test fallout of BZ 63905 new bf3f951 BZ 63835: Add support for Keep-Alive header This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (d7f8616) \ N -- N -- N refs/heads/BZ-63835/9.0.x (bf3f951) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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: build.xml | 18 +++ java/javax/el/LocalStrings_pt_BR.properties | 5 + java/javax/el/LocalStrings_zh_CN.properties | 4 +- java/javax/servlet/AsyncContext.java | 2 +- java/javax/servlet/LocalStrings_zh_CN.properties | 3 + .../servlet/http/LocalStrings_zh_CN.properties | 1 + .../authenticator/LocalStrings_zh_CN.properties | 7 ++ .../jaspic/LocalStrings_zh_CN.properties | 1 + .../connector/LocalStrings_zh_CN.properties | 9 ++ .../catalina/core/LocalStrings_zh_CN.properties | 33 +++++ .../apache/catalina/core/StandardWrapperValve.java | 1 - .../catalina/filters/LocalStrings_zh_CN.properties | 19 ++- .../backend}/LocalStrings_zh_CN.properties | 2 +- .../ha/deploy/LocalStrings_zh_CN.properties | 3 + .../ha/session/LocalStrings_zh_CN.properties | 10 ++ .../catalina/loader/LocalStrings_zh_CN.properties | 5 + .../catalina/mapper/LocalStrings_zh_CN.properties | 3 + .../catalina/mbeans/LocalStrings_zh_CN.properties | 2 + .../catalina/realm/LocalStrings_zh_CN.properties | 9 ++ .../apache/catalina/servlets/DefaultServlet.java | 16 ++- .../servlets/LocalStrings_zh_CN.properties | 2 + .../catalina/session/LocalStrings_zh_CN.properties | 10 ++ .../LocalStrings_zh_CN.properties | 2 +- .../org/apache/catalina/startup/ContextConfig.java | 11 +- .../catalina/startup/LocalStrings_zh_CN.properties | 15 +++ .../storeconfig/LocalStrings_zh_CN.properties | 7 ++ .../apache/catalina/tribes/group/GroupChannel.java | 2 +- .../tribes/group/LocalStrings_zh_CN.properties | 4 + .../interceptors/LocalStrings_zh_CN.properties | 4 + .../membership/LocalStrings_zh_CN.properties | 12 +- .../tribes/tipis/LocalStrings_zh_CN.properties | 6 + .../catalina/tribes/transport/ReceiverBase.java | 10 +- .../transport/bio/LocalStrings_pt_BR.properties | 2 + .../transport/bio/LocalStrings_zh_CN.properties | 4 + .../transport/nio/LocalStrings_zh_CN.properties | 5 + .../tribes/util/LocalStrings_zh_CN.properties | 1 + .../catalina/util/LocalStrings_pt_BR.properties | 2 +- .../catalina/util/LocalStrings_zh_CN.properties | 6 + java/org/apache/catalina/util/TomcatCSS.java | 16 ++- .../catalina/valves/LocalStrings_zh_CN.properties | 16 +++ .../rewrite}/LocalStrings_zh_CN.properties | 2 +- .../apache/catalina/valves/rewrite/RewriteMap.java | 2 - .../catalina/webresources/CachedResource.java | 126 ++++++++++++++++++- .../catalina/webresources/LocalStrings.properties | 2 + .../webresources/LocalStrings_zh_CN.properties | 7 ++ .../apache/catalina/webresources/StandardRoot.java | 2 +- java/org/apache/coyote/AbstractProtocol.java | 48 ++++--- java/org/apache/coyote/LocalStrings.properties | 4 +- .../apache/coyote/LocalStrings_zh_CN.properties | 3 + java/org/apache/coyote/ajp/AjpProcessor.java | 8 +- .../coyote/ajp/LocalStrings_zh_CN.properties | 1 + java/org/apache/coyote/http11/Http11Processor.java | 24 ++-- .../coyote/http11/LocalStrings_zh_CN.properties | 5 + .../http11/filters/LocalStrings_zh_CN.properties | 1 + .../http11/upgrade/LocalStrings_zh_CN.properties | 4 + .../coyote/http2/LocalStrings_zh_CN.properties | 18 +++ java/org/apache/jasper/JspCompilationContext.java | 4 +- java/org/apache/jasper/compiler/Compiler.java | 2 +- java/org/apache/jasper/compiler/Generator.java | 18 ++- .../jasper/resources/LocalStrings_zh_CN.properties | 25 ++++ .../apache/naming/LocalStrings_zh_CN.properties | 4 + .../naming/factory/LocalStrings_zh_CN.properties | 5 + .../tomcat/util/LocalStrings_zh_CN.properties | 1 + .../tomcat/util/buf/LocalStrings_zh_CN.properties | 5 + java/org/apache/tomcat/util/buf/package.html | 2 +- .../tomcat/util/compat/LocalStrings_fr.properties | 2 + .../util/compat/LocalStrings_zh_CN.properties | 2 + .../util/descriptor}/LocalStrings_zh_CN.properties | 2 +- .../descriptor/web/LocalStrings_zh_CN.properties | 10 ++ .../util/digester/LocalStrings_ja.properties | 4 +- .../util/digester/LocalStrings_zh_CN.properties | 2 +- .../tomcat/util/http/LocalStrings_zh_CN.properties | 5 + .../util/http/parser/LocalStrings_zh_CN.properties | 3 + .../util/json}/LocalStrings_zh_CN.properties | 2 +- .../apache/tomcat/util/net/AbstractEndpoint.java | 18 +++ .../tomcat/util/net/AbstractJsseEndpoint.java | 28 ++--- java/org/apache/tomcat/util/net/AprEndpoint.java | 31 +++-- .../tomcat/util/net/LocalStrings_zh_CN.properties | 19 ++- java/org/apache/tomcat/util/net/Nio2Endpoint.java | 26 ++-- java/org/apache/tomcat/util/net/NioEndpoint.java | 19 +-- .../apache/tomcat/util/net/SocketWrapperBase.java | 15 ++- .../util/net/jsse/LocalStrings_zh_CN.properties | 1 + .../util/net/openssl/LocalStrings_zh_CN.properties | 3 + .../tomcat/util/net/openssl/OpenSSLContext.java | 5 +- .../tomcat/util/net/openssl/OpenSSLEngine.java | 37 +++--- .../tomcat/util/scan/LocalStrings_zh_CN.properties | 1 + .../tomcat/websocket/LocalStrings_zh_CN.properties | 17 +++ .../websocket/pojo/LocalStrings_zh_CN.properties | 6 + .../websocket/server/LocalStrings_zh_CN.properties | 5 + modules/cxf/pom.xml | 2 +- .../apache/catalina/startup/SimpleHttpClient.java | 7 +- .../apache/coyote/http11/TestHttp11Processor.java | 140 ++++++++++++++++++--- .../coyote/http2/TestHttp2InitialConnection.java | 2 +- webapps/docs/changelog.xml | 86 +++++++++++++ webapps/docs/config/valve.xml | 5 +- webapps/docs/security-howto.xml | 5 +- .../WEB-INF/classes/LocalStrings_zh_CN.properties | 1 + 97 files changed, 933 insertions(+), 191 deletions(-) copy java/org/apache/catalina/{storeconfig => ha/backend}/LocalStrings_zh_CN.properties (93%) copy java/org/apache/catalina/{storeconfig => ssi}/LocalStrings_zh_CN.properties (93%) copy java/org/apache/catalina/{storeconfig => valves/rewrite}/LocalStrings_zh_CN.properties (93%) copy java/org/apache/{catalina/ha/authenticator => tomcat/util/descriptor}/LocalStrings_zh_CN.properties (86%) copy java/org/apache/{catalina/storeconfig => tomcat/util/json}/LocalStrings_zh_CN.properties (92%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org