[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server - PublisherServers.py:1.1.2.8.4.1

Stephan Richter srichter@cbu.edu
Sun, 3 Mar 2002 22:17:56 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server
In directory cvs.zope.org:/tmp/cvs-serv11282

Modified Files:
      Tag: srichter-OFS_Formulator-branch
	PublisherServers.py 
Log Message:
Got rid of Browser-specific code in HTTP stuff. The functionality was moved
to Payload.


=== Zope3/lib/python/Zope/Server/PublisherServers.py 1.1.2.8 => 1.1.2.8.4.1 ===
         HTTPServer.__init__(self, *args, **kw)
 
+
+class PublisherXMLRPCServer(PublisherHTTPServer):
+    """
+    Even though the XML-RPC server is just an HTTP server, we want the
+    logger to know that we deal with a special version of an HTTP server.
+    """
+    SERVER_IDENT = 'Zope.Server.HTTPServer (XML-RPC)'