[Zope-Checkins] SVN: Zope/trunk/ LP #787541: Fix WSGIPublisher to close requests on abort unconditionally.

2011-05-30 Thread Brian Sutherland
Log message for revision 121832: LP #787541: Fix WSGIPublisher to close requests on abort unconditionally. Previously an addAfterCommitHook was used, but this is not run on transaction aborts. Now a Synchronizer is used which unconditionally closes the request after a transaction is

[Zope-Checkins] SVN: Zope/branches/2.13/ Merge r121832 from trunk to fix LP: #787541

2011-05-30 Thread Brian Sutherland
Log message for revision 121833: Merge r121832 from trunk to fix LP: #787541 Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/ZPublisher/WSGIPublisher.py U Zope/branches/2.13/src/ZPublisher/tests/test_WSGIPublisher.py -=- Modified: