You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2007/05/24 06:37:00 UTC

svn commit: r541160 - /directory/apacheds/trunk/server-main/server.xml

Author: erodriguez
Date: Wed May 23 21:36:59 2007
New Revision: 541160

URL: http://svn.apache.org/viewvc?view=rev&rev=541160
Log:
Commented out StartTlsHandler since it is not yet committed.

Modified:
    directory/apacheds/trunk/server-main/server.xml

Modified: directory/apacheds/trunk/server-main/server.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-main/server.xml?view=diff&rev=541160&r1=541159&r2=541160
==============================================================================
--- directory/apacheds/trunk/server-main/server.xml (original)
+++ directory/apacheds/trunk/server-main/server.xml Wed May 23 21:36:59 2007
@@ -114,7 +114,7 @@
     <!-- the collection of extended operation handlers to install           -->
     <property name="extendedOperationHandlers">
       <list>
-        <bean class="org.apache.directory.server.ldap.support.starttls.StartTlsHandler"/>
+        <!--<bean class="org.apache.directory.server.ldap.support.starttls.StartTlsHandler"/>-->
         <bean class="org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler"/>
         <bean class="org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler"/>
       </list>