You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/09/14 16:57:22 UTC

DO NOT REPLY [Bug 51811] New: SSL configuration property name illegal

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: romanvt@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51811] SSL configuration property name illegal

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51811

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2011-09-18 12:31:43 UTC ---
Thanks for reporting this.

It has been fixed in TC trunk (r1172269) and TC 7 (r1172271) and will be part
of TC 7.0.22.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org