X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Futil%2Fcomponentserver.py;h=933ecfef4cb01427076a28763a22108f65bf1214;hp=86a00c29c9f999b2ee864aa80d0ebe5dd8580ff3;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hpb=7c1cf48e3a60344e3c381d1edac89d81659655f3 diff --git a/sfa/util/componentserver.py b/sfa/util/componentserver.py index 86a00c29..933ecfef 100644 --- a/sfa/util/componentserver.py +++ b/sfa/util/componentserver.py @@ -6,8 +6,8 @@ # TODO: investigate ways to combine this with existing PLC server? ## -### $Id: geniserver.py 15849 2009-11-23 01:36:21Z tmack $ -### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/util/geniserver.py $ +### $Id$ +### $URL$ import sys import traceback @@ -26,7 +26,7 @@ from sfa.trust.credential import * from sfa.util.faults import * from sfa.plc.api import ComponentAPI -from sfa.util.geniserver import verify_callback, SecureXMLRPCServer +from sfa.util.server import verify_callback, SecureXMLRPCServer from sfa.util.debug import log @@ -88,7 +88,7 @@ class SecureXMLRpcRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHandler): self.connection.shutdown() # Modified here! ## -# Implements an HTTPS XML-RPC server. Generally it is expected that GENI +# Implements an HTTPS XML-RPC server. Generally it is expected that SFA # functions will take a credential string, which is passed to # decode_authentication. Decode_authentication() will verify the validity of # the credential, and verify that the user is using the key that matches the @@ -97,7 +97,7 @@ class SecureXMLRpcRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHandler): class ComponentServer(threading.Thread): ## - # Create a new GeniServer object. + # Create a new SfaServer object. # # @param ip the ip address to listen on # @param port the port to listen on