Actions
Defect #3480
closedBot filter plugin crashes when missing useragent
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-06-11
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Using the BotsFilterPlugin, I noticed exceptions when there was no useragent in a request. I applied the following patch to fix this. Note that this patch blocks requests with missing useragents as if they were bots.
Files
Updated by Jérémy Lal over 14 years ago
- Assignee changed from Eric Davis to Jean-Philippe Lang
I confirm that bug,
which BTW breaks rake tests.
Assigning to JP Lang since he's the one releasing botsfilter plugin.
Regards.
Updated by Jérémy Lal over 14 years ago
it's best to not filter requests if user_agent is blank.
See attached patch.
Updated by Jean-Baptiste Barth over 11 years ago
- Category deleted (
Plugin API) - Status changed from New to Closed
- Assignee deleted (
Jean-Philippe Lang)
Closing this issue: very old + it is about a specific plugin, the current policy is to report issues in the dedicated bug tracker of each plugin.
Actions