[Zope] - Re: XML-RPC

skip@calendar.com (Skip Montanaro) skip@calendar.com (Skip Montanaro)
Sat, 23 Jan 1999 13:09:28 -0500 (EST)


>>>>> "Paul" == Paul Everitt <Paul@digicool.com> writes:

    Paul> Skip wrote:

    >> Still, a URI plus a content type should be enough to decide you're
    >> going to be processing an XML-RPC request, right?  Presumably you
    >> won't have the same combination of URI and content type meaning two
    >> completely different things.

    Paul> If someone does an HTTP file upload of a .xml file, and something
    Paul> in the client's system (operating system, browser config)
    Paul> associates .xml extensions with a content type of text/xml, then
    Paul> you would have a clash.  No?

I don't think so, since you do file uploads with PUT methods and XML-RPC as
defined must use POST methods.

Skip