[Zope-Checkins] 
	SVN: Products.Five/branches/publication-refactor2/configure.zcml
	register the Zope2 request object with the zope3 publisher
    Michael Kerrin 
    michael.kerrin at openapp.biz
       
    Fri Apr 21 14:57:50 EDT 2006
    
    
  
Log message for revision 67251:
  register the Zope2 request object with the zope3 publisher
  
Changed:
  U   Products.Five/branches/publication-refactor2/configure.zcml
-=-
Modified: Products.Five/branches/publication-refactor2/configure.zcml
===================================================================
--- Products.Five/branches/publication-refactor2/configure.zcml	2006-04-21 18:42:37 UTC (rev 67250)
+++ Products.Five/branches/publication-refactor2/configure.zcml	2006-04-21 18:57:50 UTC (rev 67251)
@@ -16,6 +16,14 @@
   <include package="zope.app.event" />
   <include package="zope.app.traversing" />
 
+  <publisher
+     name="Zope2-HTTP"
+     factory="ZPublisher.Publication.Zope2HTTPFactory"
+     methods="*"
+     mimetypes="*"
+     priority="0"
+     />
+
   <!-- do 'traditional' traversing by default; needed by ZPT -->
   <adapter
       for="*"
    
    
More information about the Zope-Checkins
mailing list