Show
Ignore:
Timestamp:
07/04/08 01:35:16 (5 months ago)
Author:
shunirr
Message:

- lang/ruby/citrus/trunk/plugin/http.rb
- lang/ruby/citrus/trunk/plugin/http/mixi.rb
mixiに対応。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/citrus/trunk/plugins/http.rb

    r8896 r15137  
    2626                end 
    2727 
    28                 @handlers << "Default" 
     28                #@handlers << "Default" 
    2929        end 
    3030 
     
    4848                ret = nil 
    4949                @handlers.each do |handler| 
     50                        log handler.class 
    5051                        ret = handler.process(uri) 
    51                         break if ret 
     52                        #break if ret 
    5253                end 
    5354                if ret