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 cd1e61b Expand code comments new 68ad1a0 Javadoc improvements back-ported from 10.1.x new 1f1274b Align comments and spacing with 10.1.x new e4b336f Remove link to 7.0.x docs. Add link for 10.1.x. new 2dac837 Align with 10.1.x new 2cc67ca Align with 10.1.x. Remove Tomcat 8 specific reference new 436b5d3 Align with 10.1.x - remove unnecessary synchronization 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: README.md | 4 +-- conf/server.xml | 3 +- java/org/apache/catalina/connector/Request.java | 1 - .../catalina/core/ApplicationFilterConfig.java | 16 +++++---- .../catalina/core/DefaultInstanceManager.java | 42 +++++++++------------- .../core/JreMemoryLeakPreventionListener.java | 6 ++-- java/org/apache/catalina/filters/CorsFilter.java | 2 +- java/org/apache/catalina/mapper/Mapper.java | 3 +- .../org/apache/catalina/mapper/MapperListener.java | 6 ++-- .../apache/catalina/session/StandardSession.java | 1 - .../apache/catalina/webresources/JarContents.java | 5 ++- .../apache/catalina/webresources/StandardRoot.java | 2 +- java/org/apache/coyote/Request.java | 1 - java/org/apache/coyote/ajp/AjpProcessor.java | 2 +- java/org/apache/coyote/http2/HpackDecoder.java | 2 +- java/org/apache/coyote/http2/Http2Parser.java | 2 +- .../apache/jasper/compiler/AttributeParser.java | 6 ---- java/org/apache/jasper/compiler/ELParser.java | 3 +- .../tomcat/dbcp/dbcp2/BasicDataSourceFactory.java | 4 +-- .../tomcat/util/bcel/classfile/ClassParser.java | 32 ++++++++--------- .../tomcat/util/bcel/classfile/ConstantDouble.java | 3 +- .../tomcat/util/bcel/classfile/ConstantFloat.java | 3 +- .../util/bcel/classfile/ConstantInteger.java | 3 +- .../tomcat/util/bcel/classfile/ConstantLong.java | 3 +- .../tomcat/util/bcel/classfile/ConstantPool.java | 4 +-- java/org/apache/tomcat/util/buf/UriUtil.java | 4 +-- .../org/apache/tomcat/util/compat/Jre16Compat.java | 4 ++- java/org/apache/tomcat/util/compat/JreCompat.java | 2 +- .../tomcat/util/descriptor/web/SessionConfig.java | 1 - .../apache/tomcat/util/http/parser/TokenList.java | 4 +-- .../tomcat/util/net/openssl/OpenSSLContext.java | 1 + .../tomcat/websocket/WsWebSocketContainer.java | 11 +++--- res/rat/rat-excludes.txt | 3 +- .../apache/catalina/core/TesterTldListener.java | 4 +-- .../startup/TestContextConfigAnnotation.java | 6 +--- webapps/docs/windows-auth-howto.xml | 2 +- .../classes/websocket/drawboard/Client.java | 3 +- .../WEB-INF/classes/websocket/drawboard/Room.java | 18 +++++----- 38 files changed, 105 insertions(+), 117 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org