diff options
| author | Luke Kanies <luke@madstop.com> | 2008-05-02 12:58:35 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-05-02 12:58:35 -0500 |
| commit | 31b79fa7760f95059a4e2afb35e734de283cf4a0 (patch) | |
| tree | 5e8cf6732758e3548103d2523fccecb056c39c1d /lib/puppet/network/http/mongrel.rb | |
| parent | 7a876ed6a06bc5decb257126eb57368aeb178a81 (diff) | |
| download | puppet-31b79fa7760f95059a4e2afb35e734de283cf4a0.tar.gz puppet-31b79fa7760f95059a4e2afb35e734de283cf4a0.tar.xz puppet-31b79fa7760f95059a4e2afb35e734de283cf4a0.zip | |
Adding xmlrpc support to webrick.
This provides the backward compatibility for webrick,
and only Mongrel is left.
Diffstat (limited to 'lib/puppet/network/http/mongrel.rb')
| -rw-r--r-- | lib/puppet/network/http/mongrel.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/network/http/mongrel.rb b/lib/puppet/network/http/mongrel.rb index 9a4531c7a..5e93b88ba 100644 --- a/lib/puppet/network/http/mongrel.rb +++ b/lib/puppet/network/http/mongrel.rb @@ -38,6 +38,7 @@ class Puppet::Network::HTTP::Mongrel def setup_handlers @protocols.each do |protocol| + next if protocol == :xmlrpc klass = class_for_protocol(protocol) @handlers.each do |handler| @server.register('/' + handler.to_s, klass.new(:server => @server, :handler => handler)) |
