[Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/zope.conf.in Merge
	from 3.3 branch:
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Sat Aug 12 06:52:18 EDT 2006
    
    
  
Log message for revision 69420:
  Merge from 3.3 branch:
   Log message for revision 69419:
    Fix issue 537: zope.conf advertises RecordingHTTP server which
    doesn't ship with the Zope 3 releases.
  
Changed:
  U   Zope3/trunk/zopeskel/etc/zope.conf.in
-=-
Modified: Zope3/trunk/zopeskel/etc/zope.conf.in
===================================================================
--- Zope3/trunk/zopeskel/etc/zope.conf.in	2006-08-12 10:50:55 UTC (rev 69419)
+++ Zope3/trunk/zopeskel/etc/zope.conf.in	2006-08-12 10:52:18 UTC (rev 69420)
@@ -38,14 +38,6 @@
 #   certificatepath $CONFDIR/server.pem
 # </sslserver>
 
-# A special HTTP server that records HTTP session that can be converted to
-# functional tests.
-# Server: Twisted only!
-# <server>
-#   type RecordingHTTP
-#   address 8081
-# </server>
-
 # For debugging purposes, you can use this publisher instead/as well
 # (obviously if it's as well, use a different port number). If there's
 # an exception, Zope will drop into pdb at the point of the exception.
    
    
More information about the Zope3-Checkins
mailing list