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 30f3e22900 Use a constant for the default certificate alias new 79404d7009 Refactor to make using custom endpoints easier new 6058ae4f61 Correct comment new 497f182403 Add dedicated logger for TLS certifcates new d92f52a02c Create a Java KeyManager for APR TLS endpoints if possible The 4 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/Http11AprProtocol.java | 14 +++--- .../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 +- java/org/apache/tomcat/util/net/AprEndpoint.java | 15 +++++- .../apache/tomcat/util/net/LocalStrings.properties | 3 ++ java/org/apache/tomcat/util/net/Nio2Endpoint.java | 7 +++ java/org/apache/tomcat/util/net/NioEndpoint.java | 7 +++ webapps/docs/changelog.xml | 6 +++ 10 files changed, 111 insertions(+), 19 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org