#194: WebComment: send comment notification after replying to user
-------------------------+--------------------------------------------------
Reporter: jcaffaro | Owner: jcaffaro
Type: enhancement | Status: new
Priority: major | Milestone: v1.0
Component: WebComment | Version:
Keywords: |
-------------------------+--------------------------------------------------
When a new comment is submitted, WebComment send email notifications to
subscribed users.
For each subscribed user a check is performed to ensure that the user is
still allowed to view the comment. This check can take some time, and slow
down the reply to the user.
Worse, the notifications might not be sent if the user closes her browser
during this time-lapse.
The sending of email (incl. authorization checks) should be postponed
after the reply to the user, and still work if the user closes the
connection. To do so, investigate usage of
{{{SimulatedModPythonRequest.register_cleanup()}}}.
--
Ticket URL: <http://invenio-software.org/ticket/194>
Invenio <http://invenio-software.org>