[Zope3-dev] XMLRPC broken?

Adam Groszer adamg at fw.hu
Sat Oct 22 10:24:31 EDT 2005


I'm wondering if the XMLRPC server is broken on the trunk or just I'm
missing something?

My app was surely working before the twisted integration. Since then I
had a HDD crash and tried it now with a fresh checkout.

the request and response captured with TCPwatch looks like this:

[00:00.000 - client 127.0.0.1:1689 forwarded to 127.0.0.1:8080]
POST /ap1/ HTTP/1.0
Host: localhost:8081
User-Agent: xmlrpclib.py/1.0.1 (by www.pythonware.com)
Content-Type: text/xml;charset=utf-8
Content-Length: 99
AUTHORIZATION: Basic YWRpOnI=

<?xml version='1.0'?>
<methodCall>
<methodName>login</methodName>
<params>
</params>
</methodCall>
[00:00.000 - server connected]
HTTP/1.0 200 Ok
Date: Sat, 22 Oct 2005 13:55:32 GMT
Connection: close
Server: zope.server.http (HTTP)
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
Content-Length: 5055
Content-Type: text/html;charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
      lang="en">

  <head>
    <title>Z3: ap1</title>

    <style type="text/css" media="all">@import url(http://localhost:8081/@@/zope3_tablelayout.css);</style>

[snip]

That looks like for me that the HTTP server caught the request.
Indeed the login method does not get called.

-- 
Best regards,
 Adam                          mailto:adamg at fw.hu
--
Quote of the day:
The most valuable talent is that of never using two words when one will do. 
- Thomas Jefferson 



More information about the Zope3-dev mailing list