##// END OF EJS Templates
Potentiel data leak in "Invalid form authenticity token" error screen (#16511)....
Jean-Philippe Lang -
r12766:4920bb9d4d9a
parent child
Show More
@@ -44,6 +44,7 class ApplicationController < ActionController::Base
44 44 unless api_request?
45 45 super
46 46 cookies.delete(autologin_cookie_name)
47 self.logged_user = nil
47 48 render_error :status => 422, :message => "Invalid form authenticity token."
48 49 end
49 50 end
General Comments 0
You need to be logged in to leave comments. Login now