public
Description: Rails plugin that posts bugs to a FogBugz installation via BugzScout.
Clone URL: git://github.com/kch/railz_scout.git
CGI::Session::CookieStore::TamperedWithCookie
case 2872
kch (author)
Tue Apr 22 14:04:04 -0700 2008
commit  23f657696c65c0678d20e58600d0dbd2861c5057
tree    22c5cb942c38ddd5704d9203901247462e6bd1f7
parent  404d6bb041e972542b8a54a5e5b2b34a4c8360c1
...
36
37
38
 
39
40
41
...
36
37
38
39
40
41
42
0
@@ -36,6 +36,7 @@ RAILZ_SCOUT_CONFIG = {
0
   # ActionController::RoutingError,
0
   # ActionController::UnknownController,
0
   # ActionController::UnknownAction,
0
+ # CGI::Session::CookieStore::TamperedWithCookie,
0
   # ]
0
 }
0
 
...
36
37
38
39
40
 
 
 
 
 
 
41
42
43
...
36
37
38
 
 
39
40
41
42
43
44
45
46
47
0
@@ -36,8 +36,12 @@ module RailzScout
0
     :body => nil,
0
     :email => nil,
0
     :force_new => false,
0
- :ignore_exceptions => [ActiveRecord::RecordNotFound, ActionController::RoutingError,
0
- ActionController::UnknownController, ActionController::UnknownAction]
0
+ :ignore_exceptions => [ ActiveRecord::RecordNotFound,
0
+ ActionController::RoutingError,
0
+ ActionController::UnknownController,
0
+ ActionController::UnknownAction,
0
+ CGI::Session::CookieStore::TamperedWithCookie,
0
+ ]
0
   }
0
   
0
   mattr_accessor :sections

Comments

    No one has commented yet.