Opened 9 years ago
Last modified 12 months ago
#2950 new defect (bug)
Duplicate reply detection can be fooled with a return
Reported by: | rmens | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | low |
Severity: | minor | Version: | |
Component: | General - Content Creation | Keywords: | good-first-bug needs-patch |
Cc: |
Description
bbPress duplicate replies can be fooled by adding a return at the end of a post. bbPress strips this return in the final submission, but it's not considered at duplicate reply detection.
I tested it here:
https://bbpress.org/forums/topic/php7-compatibility/#post-174704
Change History (2)
#1
@
8 years ago
- Component changed from General to Component - Replies
- Milestone changed from Awaiting Review to Under Consideration
#2
@
7 years ago
- Component changed from Component - Replies to General - Content Creation
- Keywords good-first-bug needs-patch added
- Milestone changed from Under Consideration to 2.7
- Priority changed from normal to low
- Severity changed from normal to minor
Let’s not get too crazy. Situations like punycode can deepen this rabbit hole by a mile.
Moving to 2.7.
Note: See
TracTickets for help on using
tickets.
This could probably be improved to handle basic cases like this.