Actions
Bug #2146
closedincorrect error logged when security checks are enabled but not configured
Description
Started POST "/reports" for 10.35.27.25 at Sun Jan 20 15:28:20 +0000 2013
Processing by ReportsController#create as
SSL is required - request from 10.35.27.25 Redirected to http://foreman/users/login Operation FAILED: Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return". Completed 500 Internal Server Error in 135ms AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".): app/controllers/application_controller.rb:290:in `generic_exception'
Updated by Ohad Levy about 12 years ago
this imho caused as the require_login can redirect to the login page.
Updated by Dominic Cleal about 12 years ago
- Status changed from New to Ready For Testing
Updated by Dominic Cleal about 12 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8392a8c67c47e8b42a8aaf207c106e5f1461e7f4.
Actions