Changeset 15138 for lang/ruby/citrus/trunk/plugins/http.rb
- Timestamp:
- 07/04/08 01:52:44 (5 months ago)
- Files:
-
- 1 modified
-
lang/ruby/citrus/trunk/plugins/http.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/citrus/trunk/plugins/http.rb
r15137 r15138 25 25 h.new(self) 26 26 end 27 28 #@handlers << "Default" 27 @handlers.sort! do |a,b| 28 0 29 1 if a.class.to_s.include? 'Default' 30 end 29 31 end 30 32 … … 48 50 ret = nil 49 51 @handlers.each do |handler| 50 log handler.class51 52 ret = handler.process(uri) 52 #break if ret53 break if ret 53 54 end 54 55 if ret
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)