Opened 20 years ago
Closed 19 years ago
#1560 closed defect (bug) (fixed)
comments tagged as spam when url contains an &
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.1.2 |
Component: | General | Keywords: | bg|dev-feedback |
Focuses: | Cc: |
Description
When an anonymous user submits a comment to my test site using either trackback or the standard comments form and thier url contains an '&' then this comment will be flagged as spam.
I've tracked the issue down to the function wp_blacklist_check where there's a check for ascii characters < 128 in thier encoded form. It would seem that somewhere along the line that the '&'s in the submitted url are getting encoded/decoded incorrectly.
Note: Wordpress version is v1.5.1.3 (not available as as option...).
-Mark
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [3506]) Don't falsely marketh as spam. Fixes #1560