Hi, in the process of integrating rubyntlm-0.1.1 into savon/httpi, I discovered that I needed a require 'kconv' line
where I used Net::NTLM::Message#response().
require 'kconv' should probably be located in rubyntlm as opposed to clients of the gem, since 'kconv' may not be loaded
in all environments (i.e. scripts, etc.)
See https://github.com/savonrb/httpi/pull/80#issuecomment-12134848 for details. |