https://issues.apache.org/bugzilla/show_bug.cgi?id=51811
Bug #: 51811 Summary: SSL configuration property name illegal Product: Tomcat 7 Version: 7.0.21 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Connectors AssignedTo: dev@tomcat.apache.org ReportedBy: roma...@inbox.ru Classification: Unclassified server.xml configuration file. Connector properties. org.apache.coyote.http11.Http11NioProtocol property set: sslImplementationName="ru.yamoney.calypso.server.security.jsse.CalypsoSSLImplementation" Causes an error during catalina startup: [2011-09-14 18:42:16.299] [main WARN commons.digester.Digester] - [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'sslImplementationName' to 'ru.yamoney.calypso.server.security.jsse.CalypsoSSLImplementation' did not find a matching property. According documentation: http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL%20Support the property name is: sslImplementationName see the source code: org.apache.coyote.http11.AbstractHttp11JsseProtocol line 107: public String getSslImplemenationName() { return sslImplemenationName; } public void setSslImplemenationName(String s) { this.sslImplemenationName = s; } As you see, the property name is misspelled ("sslImplemenation"). When I set the connector property as: sslImplemenationName="ru.yamoney.calypso.server.security.jsse.CalypsoSSLImplementation" the catalina starts fine. Versions affected: 7.0.20 and 7.0.21 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org