[Zope-Checkins] SVN: Zope/branches/2.13/doc/WHATSNEW.rst Note limitation regarding ZPublisher.pubevents and the WSGI publisher

Hano Schlichting cvs-admin at zope.org
Thu May 24 16:47:30 UTC 2012


Log message for revision 126489:
  Note limitation regarding ZPublisher.pubevents and the WSGI publisher
  

Changed:
  U   Zope/branches/2.13/doc/WHATSNEW.rst

-=-
Modified: Zope/branches/2.13/doc/WHATSNEW.rst
===================================================================
--- Zope/branches/2.13/doc/WHATSNEW.rst	2012-05-24 16:47:26 UTC (rev 126488)
+++ Zope/branches/2.13/doc/WHATSNEW.rst	2012-05-24 16:47:26 UTC (rev 126489)
@@ -83,7 +83,11 @@
 for a WSGI setup yet. You are expected to know exactly what you are doing if
 you are trying to use this feature.
 
+Due to the way logic is split out into WSGI middleware, some of the
+`ZPublisher.pubevents` aren't emitted by the WSGI publisher. These are:
+`PubSuccess`, `PubFailure`, `PubBeforeCommit` and `PubBeforeAbort`.
 
+
 Zope Toolkit
 ------------
 



More information about the Zope-Checkins mailing list