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 9a132b6 Expand code comments new e60a531 Javadoc improvements back-ported from 10.1.x new 94b9638 Align comments and spacing with 10.1.x new fd0d4be Remove link to 7.0.x docs. Add link for 10.1.x. new b58a2ad Align with 10.1.x new 2c01fd6 Align with 10.1.x. Remove Tomcat 8 specific reference new f048bb9 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/DefaultInstanceManager.java | 42 +++++++++------------- .../core/JreMemoryLeakPreventionListener.java | 4 +-- 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/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 +- .../apache/jasper/compiler/AttributeParser.java | 6 ---- java/org/apache/jasper/compiler/ELParser.java | 3 +- .../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 +-- .../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 +++++----- 32 files changed, 86 insertions(+), 101 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org