diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-15 15:07:34 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-15 15:07:34 +0000 |
| commit | 3c5b15fcd6f0e6e3a020bef9147fd2c842898454 (patch) | |
| tree | 6b76114dcce313b21fa86ce5d5762352f58ef767 /lib/soap/rpc | |
| parent | 5e8cd3fd8989b80266bbb04191dca8d894ccec35 (diff) | |
| download | ruby-3c5b15fcd6f0e6e3a020bef9147fd2c842898454.tar.gz ruby-3c5b15fcd6f0e6e3a020bef9147fd2c842898454.tar.xz ruby-3c5b15fcd6f0e6e3a020bef9147fd2c842898454.zip | |
forgot to update some files in the previous soap4r-1.5.5 import.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/soap/rpc')
| -rw-r--r-- | lib/soap/rpc/soaplet.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/soap/rpc/soaplet.rb b/lib/soap/rpc/soaplet.rb index 4d2538f0b..7cccdd3e3 100644 --- a/lib/soap/rpc/soaplet.rb +++ b/lib/soap/rpc/soaplet.rb @@ -84,6 +84,7 @@ public begin conn_data = ::SOAP::StreamHandler::ConnectionData.new setup_req(conn_data, req) + @router.external_ces = @options[:external_ces] conn_data = @router.route(conn_data) setup_res(conn_data, req, res) rescue Exception => e |
