Actions
Patch #820
closedNoMethodError in SearchController
Start date:
2008-03-10
Due date:
% Done:
0%
Estimated time:
Description
Submitting an invalid project id to a search results in a NoMethodError from a nil object.
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.active?
app/controllers/application.rb:105:in `check_project_privacy'
app/controllers/search_controller.rb:41:in `index'
This patch checks whether the project exists first, and a 404 page is displayed instead. Test included.
Files
Updated by Jean-Philippe Lang over 16 years ago
- Category set to Search engine
- Status changed from New to Closed
- Target version set to 0.7
Patch applied with slight changes in r1237 (used a before_filter instead).
Thanks
Actions