#$Id$

====
BUGS
====

- Pingback system doesn't work correctly due to Zope transactional model: until the transaction is commited no objects is created in ZODB, so if the pingback receiver checks the existence of the post, it will reject the pingback. The solution is to edit the recently created post to send the pingback again. Perhaps an 'addAfterCommitHook' or something like that would help us: http://mail.zope.org/pipermail/zodb-dev/2005-September/009233.html
- With CMF's Cookie Crumbler, sometimes it works correctly, and sometimes no...
