[Checkins] SVN: Zope3/branches/3.3/ Fix issue 537: zope.conf advertises RecordingHTTP server which

Philipp von Weitershausen philikon at philikon.de
Sat Aug 12 06:50:56 EDT 2006


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/branches/3.3/doc/CHANGES.txt
  U   Zope3/branches/3.3/zopeskel/etc/zope.conf.in

-=-
Modified: Zope3/branches/3.3/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.3/doc/CHANGES.txt	2006-08-12 10:35:09 UTC (rev 69418)
+++ Zope3/branches/3.3/doc/CHANGES.txt	2006-08-12 10:50:55 UTC (rev 69419)
@@ -10,6 +10,9 @@
 
     Bugfixes
 
+      - Fxied issue 537: zope.conf advertises RecordingHTTP server
+        which doesn't ship with the Zope 3 releases.
+
       - Fixed issue 681: IFormFields is missing declaration for omit()
 
       - Fixed issue 540, Fix documentation buglet in the zope.app.demo

Modified: Zope3/branches/3.3/zopeskel/etc/zope.conf.in
===================================================================
--- Zope3/branches/3.3/zopeskel/etc/zope.conf.in	2006-08-12 10:35:09 UTC (rev 69418)
+++ Zope3/branches/3.3/zopeskel/etc/zope.conf.in	2006-08-12 10:50:55 UTC (rev 69419)
@@ -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 Checkins mailing list