Class Puppet::Network::XMLRPC::WEBrickServlet
In: lib/puppet/network/xmlrpc/webrick_servlet.rb
Parent: ::XMLRPC::WEBrickServlet

Methods

log   new   service  

Included Modules

Puppet::Network::XMLRPCProcessor

Public Class methods

This is a hackish way to avoid an auth message every time we have a normal operation

Accept a list of handlers and register them all.

Public Instance methods

Handle the actual request. We can‘t use the super() method, because we need to pass a ClientRequest object to process() so we can do authorization. It‘s the only way to stay thread-safe.

[Validate]