Bug #7005
superfluous tt_news piVars appended when redirected to "spam recognized page"
| Status: | Resolved | Start date: | 2010-03-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Steffen Müller | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 0.9.0 | |||
| Votes: | 1 (View) |
Description
When spam was entered into the form, the user gets redirectedto the "spam recognized page". The URL of this page gets appended with ?tx_ttnews[tt_news]=123&cHash=1234567890
The piVars are superfluous here.
My TS config is:
plugin.wt_spamshield {
enable.ve_guestbook = 1
redirect.ve_guestbook = 99
}
The problem is that ve_guestbook always appends tt_news pivars to redirect links.
History
Updated by Steffen Müller about 3 years ago
- File wt_spamshield_7005.diff added
appended patch fixes the issue by reseting the tt_news property in the hook function.
Updated by Bjoern Jacob 5 months ago
- Status changed from New to Needs Feedback
- Assignee set to Steffen Müller
Hi Steffen. I don't understand the problem. Could you please send me an example page where the problem happens? My is ve_guestbook related to tt_news. Do you have these 2 plugins on one page?
Updated by Steffen Müller 5 months ago
Yes, it happens in combination of tt_news and ve_guestbook.
Try this page:
http://www.t3node.com/blog/summary-of-the-typo3-packagebuilder-code-sprint-in-freiburg/
Enter a comment and fill some content into the hidden honeypot input field to feed spamshield. (can be done with firebug for example).
Spamshield redirects you to:
http://www.t3node.com/blog-comment-logs/your-comment-was-probably-spam/?tx_ttnews[tt_news]=87&cHash=cde34c90a344d05bd3318f24e4498257
Updated by Bjoern Jacob 5 months ago
- Status changed from Needs Feedback to Under Review
Thanks Steffen for your update and the example page. We'll analyze your solution.
Updated by Bjoern Jacob 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Updated by Bjoern Jacob 5 months ago
Resolved in 0.9.0
Updated by Bjoern Jacob 5 months ago
- Target version set to 0.9.0