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="*"

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to