This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 789d707450 Use a constant for the default certificate alias new 82c9488fbe Refactor to make using custom endpoints easier new 0f92b76383 Correct comment new 309a3f59d1 Add dedicated logger for TLS certifcates 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: .../apache/coyote/http11/Http11Nio2Protocol.java | 7 ++- .../apache/coyote/http11/Http11NioProtocol.java | 14 +++--- .../apache/tomcat/util/net/AbstractEndpoint.java | 55 +++++++++++++++++++++- .../tomcat/util/net/AbstractJsseEndpoint.java | 2 +- .../apache/tomcat/util/net/LocalStrings.properties | 2 + java/org/apache/tomcat/util/net/Nio2Endpoint.java | 7 +++ java/org/apache/tomcat/util/net/NioEndpoint.java | 7 +++ webapps/docs/changelog.xml | 6 +++ 8 files changed, 89 insertions(+), 11 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org