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 | e537aaba91ac5ad8a554b155afbcc2d0efb50f66 (patch) | |
| tree | adc5962295bc5a7c3d00bda294dde0f23ac54117 /ChangeLog | |
| parent | d1be7e2cd30dafd729674c1578a2796f766d4b31 (diff) | |
* 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: svn+ssh://ci.ruby-lang.org/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. |
