Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1616

Show
Ignore:
Timestamp:
09/13/05 13:34:45 (3 years ago)
Author:
nahi
Message:

crashes when no http-access2 installed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/httpconfigloader.rb

    r1542 r1616  
    6161    ssl_config.each do |key, value| 
    6262      cfg = client.ssl_config 
     63      if cfg.nil? 
     64        raise NotImplementedError.new("SSL not supported") 
     65      end 
    6366      case key 
    6467      when 'client_cert'