[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.533

Martijn Pieters mj@zope.com
Thu, 29 Aug 2002 15:35:02 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv6664/doc

Modified Files:
	CHANGES.txt 
Log Message:
XML-RPC requests would cause REQUEST_METHOD to be cleared to avoid searching
for 'index_html' default views. This breaks things like Cookie Crumbler. And
yes, when you use a JavaScript XML-RPC library, the browser could include an
authentication cookie for CookieCrumbler.

Instead, do not clear REQUEST_METHOD but check for a xmlrpc.Response object
when initiating the variable that will cause 'index_html' views to be used.

This fixes Zope Collector issue #528.


=== Zope/doc/CHANGES.txt 1.532 => 1.533 ===
--- Zope/doc/CHANGES.txt:1.532	Thu Aug 29 13:37:44 2002
+++ Zope/doc/CHANGES.txt	Thu Aug 29 15:35:00 2002
@@ -129,6 +129,10 @@
 
       - Collector #465: Allow XML-RPC requests with no <params /> tag.
 
+      - Collector #528: Don't clear REQUEST_METHOD for XML-RPC requests;
+        instead check for an XML-RPC Response objetc in
+        BaseRequest.traverse.
+
     Features Added
     
       - Browser ids can now be encoded in the URL and Zope can be