[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - __init__.py:1.2.2.2 zopeschema.xml:1.2.2.3
Fred L. Drake, Jr.
fred@zope.com
Thu, 6 Feb 2003 16:36:31 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv16921
Modified Files:
Tag: new-install-branch
__init__.py zopeschema.xml
Log Message:
The WebDAV source client magic has been isolated; so we do not need to
glue it together here any more.
=== Zope/lib/python/Zope/Startup/__init__.py 1.2.2.1 => 1.2.2.2 ===
--- Zope/lib/python/Zope/Startup/__init__.py:1.2.2.1 Wed Feb 5 18:30:44 2003
+++ Zope/lib/python/Zope/Startup/__init__.py Thu Feb 6 16:36:31 2003
@@ -83,11 +83,6 @@
# set a locale if one has been specified in the config
cfg.locale and do_locale(cfg.locale)
- # goofy source_port clients business
- dav_clients = cfg.webdav_source_user_agents
- if dav_clients:
- sys.WEBDAV_SOURCE_PORT_CLIENTS = re.compile(dav_clients).search
-
# make sure to import zdaemon before zserver or weird things
# begin to happen
import zdaemon
=== Zope/lib/python/Zope/Startup/zopeschema.xml 1.2.2.2 => 1.2.2.3 ===
--- Zope/lib/python/Zope/Startup/zopeschema.xml:1.2.2.2 Wed Feb 5 18:29:03 2003
+++ Zope/lib/python/Zope/Startup/zopeschema.xml Thu Feb 6 16:36:31 2003
@@ -74,8 +74,6 @@
<key name="publisher-profile-file" handler="publisher_profile_file"/>
- <key name="webdav-source-user-agents"/>
-
<multikey name="cgi-environment-variable" datatype="key-value"
attribute="cgi_environment_variables"/>