[Zope-CVS] CVS: Packages/Moztop/idesupport/http - configure.zcml:1.2 put.py:1.2

Sidnei da Silva sidnei@x3ng.com.br
Tue, 11 Mar 2003 14:15:34 -0500


Update of /cvs-repository/Packages/Moztop/idesupport/http
In directory cvs.zope.org:/tmp/cvs-serv31918/idesupport/http

Modified Files:
	configure.zcml put.py 
Log Message:
http header handling fix. needs two or three bugs fixed on zope3 though.

=== Packages/Moztop/idesupport/http/configure.zcml 1.1 => 1.2 ===
--- Packages/Moztop/idesupport/http/configure.zcml:1.1	Mon Mar 10 15:59:33 2003
+++ Packages/Moztop/idesupport/http/configure.zcml	Tue Mar 11 14:15:32 2003
@@ -1,9 +1,5 @@
 <zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
-<content class=".put.NullResource">
-  <allow interface="zope.app.interfaces.http.INullResource" />
-</content>
-
 <view 
   for="zope.app.interfaces.http.INullResource"
   name="PUT"


=== Packages/Moztop/idesupport/http/put.py 1.1 => 1.2 ===
--- Packages/Moztop/idesupport/http/put.py:1.1	Mon Mar 10 15:59:33 2003
+++ Packages/Moztop/idesupport/http/put.py	Tue Mar 11 14:15:32 2003
@@ -65,6 +65,8 @@
 
         # Now try to get a custom factory for he container by
         # type name
+        import pdb
+        pdb.set_trace()
         factory = queryAdapter(container, IFileFactory, name=type_name)
 
         if factory is None: