[Zope3-checkins] SVN: Zope3/trunk/src/ZConfig/datatypes.py Backed change out of ZConfig. May end up moving it back via a ZConfig checkout, but needs some discussion.

Garrett Smith garrett at mojave-corp.com
Wed Mar 16 18:59:24 EST 2005


Log message for revision 29515:
  Backed change out of ZConfig. May end up moving it back via a ZConfig checkout, but needs some discussion.

Changed:
  U   Zope3/trunk/src/ZConfig/datatypes.py

-=-
Modified: Zope3/trunk/src/ZConfig/datatypes.py
===================================================================
--- Zope3/trunk/src/ZConfig/datatypes.py	2005-03-16 19:48:19 UTC (rev 29514)
+++ Zope3/trunk/src/ZConfig/datatypes.py	2005-03-16 23:59:24 UTC (rev 29515)
@@ -169,13 +169,7 @@
 
 
 if sys.platform[:3] == "win":
-    # XXX I removed the setting of DEFAULT_HOST under Windows to get Zope to
-    # accept connections from other machines when the host name is omitted
-    # from the server address (in zope.conf). This may cause other problems,
-    # as I don't know why the special handling is there in the first place.
-    # See collector issue 383 for more info.
-    ##DEFAULT_HOST = "localhost"
-    DEFAULT_HOST = ""
+    DEFAULT_HOST = "localhost"
 else:
     DEFAULT_HOST = ""
 



More information about the Zope3-Checkins mailing list