This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-08-05.21:16:38
SpamBayes Score 3.528717e-05
Marked as misclassified No
Message-id <1249507000.5.0.428139109569.issue6654@psf.upfronthosting.co.za>
In-reply-to
Content
I've created http://codereview.appspot.com/100046 on Rietveld:
by passing the "path" component of the xmlrpc request to the dispatch 
method, it
becomes possible to dispatch differently according to this.  This patch 
provides
that addition.  Additionally, it provides an MultiPathXMLRPCDispatcher 
mixin
class and a MultiPathXMLRPCServer that uses it, to have multiple 
dispatchers for
different paths.
This allows a single server port to serve different XMLRPC servers as
differentiated by the HTTP path.  A test is also preovided.

I've also prophylacticly emailed this to phython-ideas.
History
Date User Action Args
2009-08-05 21:16:40kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-08-05 21:16:40kristjan.jonssonsetmessageid: <1249507000.5.0.428139109569.issue6654@psf.upfronthosting.co.za>
2009-08-05 21:16:38kristjan.jonssonlinkissue6654 messages
2009-08-05 21:16:38kristjan.jonssoncreate