Skip to content
  • David Johnson's avatar
    Add a little class with a couple SimpleXMLRPCServer class extensions. The · 8aecc4fc
    David Johnson authored
    first one makes python's basic xmlrpc facility act a bit like java RMI
    (the SimpleObjectXMLRPCServer).  The second (InetACLXMLRPCServer) filters
    incoming requests based on allowed networks (i.e., 155.98.32.0/20 or
    similar).  If ever desired, they should be compatible with the boss xmlrpc
    server model) with just a tiny hack.
    8aecc4fc