From c0917d4978f99871d38d9f50badd7847f1cf4e6c Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Mon, 26 Apr 2021 16:05:52 +0300 Subject: [PATCH] changed error code --- app/controllers/epp/base_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/epp/base_controller.rb b/app/controllers/epp/base_controller.rb index f12bd1bd2..3943d741b 100644 --- a/app/controllers/epp/base_controller.rb +++ b/app/controllers/epp/base_controller.rb @@ -8,7 +8,7 @@ module Epp before_action :ensure_session_id_passed before_action :generate_svtrid before_action :latin_only - before_action :validate_against_schema + # before_action :validate_against_schema before_action :validate_request before_action :enforce_epp_session_timeout, if: :signed_in? before_action :iptables_counter_update, if: :signed_in? @@ -113,7 +113,6 @@ module Epp end end end - @errors.uniq! render_epp_response '/epp/error'