[Zope] xmlrpc and fastcgi on IIS

Dieter Maurer dieter@handshake.de
Mon, 9 Sep 2002 19:19:49 +0200


Marco Catunda writes:
 > 	I don't what is happen. But I think the problem
 > is on fastcgi or IIS. I did't try it at apache.
 > ...
 >        fs=FieldStorage(fp=fp,environ=environ,keep_blank_values=1)
 >         if not hasattr(fs,'list') or fs.list is None:
 > ...
 > 
 > 	The first statement 'if' try to find a list attribute at
 > fs variable. At fastcgi xmlrpc request the list attribute is '[]', 
 > so this statement is false on xml-rpc request and Zope think
Looks like a bug in the FCGIServer.

Maybe, you look where the "list" attribute is set and whether
it may be avoided.

Alternatively, you file a bug report. However, I expect it will
take long before the problem is fixed.


Dieter