зеркало из https://github.com/github/ruby.git
* lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount the
servlet on "/". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1355933d89
Коммит
0c8d8b3f55
|
@ -1,3 +1,8 @@
|
|||
Wed Oct 05 04:42:38 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount the
|
||||
servlet on "/".
|
||||
|
||||
Wed Oct 05 04:06:49 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong call
|
||||
|
|
|
@ -634,7 +634,7 @@ class Server < WEBrickServlet
|
|||
require 'webrick'
|
||||
@server = WEBrick::HTTPServer.new(:Port => port, :BindAddress => host, :MaxClients => maxConnections,
|
||||
:Logger => WEBrick::Log.new(stdlog))
|
||||
@server.mount("/RPC2", self)
|
||||
@server.mount("/", self)
|
||||
end
|
||||
|
||||
def serve
|
||||
|
|
Загрузка…
Ссылка в новой задаче