]> source.dussan.org Git - redmine.git/commit
Fix potential Execution After Redirect bugs.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 1 May 2011 23:15:03 +0000 (23:15 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 1 May 2011 23:15:03 +0000 (23:15 +0000)
commited7091cda1427f2fdd29491b8c54ad1dca416e06
tree0b7097f940ba7e41788818ed01f292435e5f4f30
parent8632efcce2b432ce8b4e55c9d9563cd37c15eb2e
Fix potential Execution After Redirect bugs.

Execution After Redirect (EAR) happens when redirect in a controller is
triggered but there still is code that is executed in the action.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5611 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/application_controller.rb
app/controllers/custom_fields_controller.rb
app/controllers/enumerations_controller.rb
app/controllers/issue_categories_controller.rb
app/controllers/roles_controller.rb
app/controllers/settings_controller.rb