Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.1
-
None
-
Firefox 2.0.0.8
-
BEA
-
MySQL 5.0.41
-
JDK 1.6
-
Windows XP
Description
When a user leaves a comment on a blog, the owner of the blog entry does in fact receive email notification of the comment. But if that user who left the first comment checked the "Notify me by email of new comments" checkbox, and then another user leaves a second comment on the same blog entry, comment email notification is only sent to the owner of the blog entry, but not the person who left the first comment.
I'm seeing this is my log:
WeblogCommentRequest:<init> - name = Jeff O'Donnell DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest:<init> - email = jeffodonnell@comcast.net DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest:<init> - url = DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest:<init> - content = fifth test comment DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest:<init> - notify = false DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest:<init> - weblogAnchor = status1
I could be wrong, as this could be referring to something else, but I think notify should equal "true". I've confirmed that I am in fact checking the box.
I brought this up to the user mailing list, and it was asked that I enter this as a bug here.