diff options
| author | mneumann <mneumann@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-21 16:23:33 +0000 |
|---|---|---|
| committer | mneumann <mneumann@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-21 16:23:33 +0000 |
| commit | ab299b6d3ee84569cbf93985116bd122829ac016 (patch) | |
| tree | adc5962295bc5a7c3d00bda294dde0f23ac54117 /ChangeLog | |
| parent | fc1037dae731a198cac5af6efd700c83197fe3d9 (diff) | |
| download | ruby-ab299b6d3ee84569cbf93985116bd122829ac016.tar.gz ruby-ab299b6d3ee84569cbf93985116bd122829ac016.tar.xz ruby-ab299b6d3ee84569cbf93985116bd122829ac016.zip | |
* lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is
nil in proxy methods. nil is default value.
* test/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb:
use threads instead of forking. this should fix issue #1208
(http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1208&group_id=426).
removed testing of SSL enabled servlet as this hangs.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Dec 21 16:15:21 2004 Michael Neumann <mneumann@ruby-lang.org> + + * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is + nil in proxy methods. nil is default value. + + * test/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb: + use threads instead of forking. this should fix issue #1208 + (http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1208&group_id=426). + removed testing of SSL enabled servlet as this hangs. + Wed Dec 22 00:05:10 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup. |
