[Zope3-checkins] 
	SVN: Zope3/branches/ajung-target-requestpublication-next-try-branch/doc/CHANGES.txt
	updated to the RequestPublicationRegistry
    Andreas Jung 
    andreas at andreas-jung.com
       
    Fri Oct  7 10:11:16 EDT 2005
    
    
  
Log message for revision 38887:
  updated to the RequestPublicationRegistry
  
Changed:
  U   Zope3/branches/ajung-target-requestpublication-next-try-branch/doc/CHANGES.txt
-=-
Modified: Zope3/branches/ajung-target-requestpublication-next-try-branch/doc/CHANGES.txt
===================================================================
--- Zope3/branches/ajung-target-requestpublication-next-try-branch/doc/CHANGES.txt	2005-10-07 14:07:33 UTC (rev 38886)
+++ Zope3/branches/ajung-target-requestpublication-next-try-branch/doc/CHANGES.txt	2005-10-07 14:11:16 UTC (rev 38887)
@@ -60,6 +60,14 @@
 
     Restructuring
 
+      - The publisher machinery is now completely pluggable. Publishers can be
+        registered and configured through ZCML. Publishers are registered
+        for sequence of request methods and a configurable list of mimetypes.
+        To register multiple publishers for the same request method and the
+        same mimetype (e.g. POST+text/xml: SOAP, XMLRPC) publishers can be
+        priotized and publishers can introspect the request environment to 
+        decide if they can handle a request or not.
+
     Bug Fixes
 
       - Fixed issue #450: ignore python level CookieError and report them
    
    
More information about the Zope3-Checkins
mailing list