I have lodged a collector issue on this Rgds
Tim On Fri, 2002-08-16 at 04:31, Nils Kassube wrote: > Casey Duncan <[EMAIL PROTECTED]> writes: > > > The server returns a 200 response status. Strangly, the response > > headers do include WWW-Authenticate. So, the xml-rpc code must be > > changing the response status. > > Yes. It's probably this piece in ZPublisher/xmlrpc.py: > > --cut-- > # Do the damage. > self.setBody(f) > self._real.setStatus(200) > --cut-- > > Damage, indeed :-) or better :-( > > _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
