[Groonga-commit] droonga/droonga-engine at 78fd3b5 [master] Validate requests of system.absorb-data correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 11:37:13 JST 2015


YUKI Hiroshi	2015-04-14 11:37:13 +0900 (Tue, 14 Apr 2015)

  New Revision: 78fd3b5f1b480dc21cfa5b0f3de978ce362ee84b
  https://github.com/droonga/droonga-engine/commit/78fd3b5f1b480dc21cfa5b0f3de978ce362ee84b

  Message:
    Validate requests of system.absorb-data correctly

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-14 11:36:48 +0900 (85f4baf)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-14 11:37:13 +0900 (196233e)
@@ -244,7 +244,7 @@ module Droonga
         end
 
         def handle(message)
-          raise MissingHostParameter.new unless message.include?("host")
+          raise MissingHostParameter.new unless message.request.include?("host")
           super
         end
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index