[Zope-Checkins] CVS: Zope/ZServer - HTTPServer.py:1.35.26.2

Andreas Jung andreas@zope.com
Wed, 7 Nov 2001 11:11:57 -0500


Update of /cvs-repository/Zope/ZServer
In directory cvs.zope.org:/tmp/cvs-serv12548/ZServer

Modified Files:
      Tag: ajung-webdav-debug
	HTTPServer.py 
Log Message:
merge from trunk



=== Zope/ZServer/HTTPServer.py 1.35.26.1 => 1.35.26.2 ===
 
         (path, params, query, fragment) = request.split_uri()
+
+        if params: path = path + params # undo medusa bug!
     
         while path and path[0] == '/':
             path = path[1:]