[Zope-Checkins] CVS: Zope/ZServer - FTPRequest.py:1.12.26.2

Andreas Jung andreas@zope.com
Tue, 6 Nov 2001 11:07:48 -0500


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

Modified Files:
      Tag: ajung-webdav-debug
	FTPRequest.py 
Log Message:
removed comments



=== Zope/ZServer/FTPRequest.py 1.12.26.1 => 1.12.26.2 ===
             env['PATH_INFO']=self._join_paths(channel.path, 
                                               path, 'manage_addFolder')
-
-#            if self.meta_type=='Portal Folder':
-#                env['PATH_INFO']=self._join_paths(channel.path, 
-#                                                  path, 'MKCOL_handler')
-#            else:
-#                env['PATH_INFO']=self._join_paths(channel.path, 
-#                                                 path, 'manage_addFolder')
             env['QUERY_STRING']='id=%s' % args[0]
 
         elif command=='RNTO':