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 d0cbf5e Document BZ 65714 as a known issue new 23c7850 Restore pre-starting of core threads lost in fix for BZ 65454 new 07747b8 Revert the previous fix for BZ 65714. new 4795df9 Improved fix for BZ 65714 The 3 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/security/SecurityClassLoad.java | 1 + .../apache/tomcat/util/net/SecureNio2Channel.java | 18 ++---- .../util/security}/LocalStrings.properties | 4 +- .../PrivilegedSetAccessControlContext.java | 67 ++++++++++++++++++++++ .../tomcat/util/threads/TaskThreadFactory.java | 12 +++- .../tomcat/util/threads/ThreadPoolExecutor.java | 2 + webapps/docs/changelog.xml | 4 ++ 7 files changed, 89 insertions(+), 19 deletions(-) copy java/org/apache/{catalina/ha/authenticator => tomcat/util/security}/LocalStrings.properties (77%) create mode 100644 java/org/apache/tomcat/util/security/PrivilegedSetAccessControlContext.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org