Class | Puppet::Network::XMLRPC::WEBrickServlet |
In: |
lib/puppet/network/xmlrpc/webrick_servlet.rb
|
Parent: | ::XMLRPC::WEBrickServlet |
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.