You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Louis-Gabriel Thibault (JIRA)" <ji...@apache.org> on 2016/07/18 15:15:20 UTC

[jira] [Created] (TOMEE-1876) JNDIRealm.useStartTLS option rejected

Louis-Gabriel Thibault created TOMEE-1876:
---------------------------------------------

             Summary: JNDIRealm.useStartTLS option rejected 
                 Key: TOMEE-1876
                 URL: https://issues.apache.org/jira/browse/TOMEE-1876
             Project: TomEE
          Issue Type: Bug
    Affects Versions: 1.7.4, 1.7.2
         Environment: JNDIRealm connector
            Reporter: Louis-Gabriel Thibault


set useStartTLS=true in server.xml:
{code}
       <Realm className="org.apache.catalina.realm.JNDIRealm"
               useStartTLS="true"
              ...        />
{code}

catalina.out:
{code}
WARNING: [SetPropertiesRule]{Server/Service/Engine/Realm} Setting property 'useStartTLS' to 'true' did not find a matching property.
{code}

tomcat7 and 8 seem to accept the option.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)