Github user violetagg commented on a diff in the pull request: https://github.com/apache/tomcat/pull/37#discussion_r95392687 --- Diff: java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java --- @@ -34,7 +34,7 @@ public AbstractHttp11JsseProtocol(AbstractJsseEndpoint<S,?> endpoint) { } - protected String getSslImplemenationShortName() { + protected String getSslImplementationShortName() { --- End diff -- This is a protected method and if we change it this will be incompatible
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org