From 21b7b4a2e1e9e5234a012ebaeb32f44a671b1060 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 8 May 2015 11:38:54 +0300 Subject: [PATCH] revert skip authorization for errors --- app/controllers/epp/errors_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/epp/errors_controller.rb b/app/controllers/epp/errors_controller.rb index 1d665b9cc..05618f5f7 100644 --- a/app/controllers/epp/errors_controller.rb +++ b/app/controllers/epp/errors_controller.rb @@ -1,4 +1,6 @@ class Epp::ErrorsController < EppController + skip_authorization_check + def error epp_errors << { code: params[:code], msg: params[:msg] } render_epp_response '/epp/error'