[Zope-CVS] CVS: Products/Zelenium - CHANGES.txt:1.5 generator.py:1.2 version.txt:1.4

Tres Seaver tseaver at zope.com
Wed Apr 20 15:58:48 EDT 2005


Update of /cvs-repository/Products/Zelenium
In directory cvs.zope.org:/tmp/cvs-serv4695

Modified Files:
	CHANGES.txt generator.py version.txt 
Log Message:
 - Punt on handling XML-RPC requests.


=== Products/Zelenium/CHANGES.txt 1.4 => 1.5 ===
--- Products/Zelenium/CHANGES.txt:1.4	Wed Apr 20 14:51:35 2005
+++ Products/Zelenium/CHANGES.txt	Wed Apr 20 15:58:47 2005
@@ -1,5 +1,12 @@
 Zelenium Product Changelog
 
+  Zelenium-0.2.1 (2005/04/20)
+
+    - CVS tag:  'Zelenium-0_2_1'
+
+    - Punt on handling XML-RPC requests (e.g., Epoz calls back to the
+      server to run Tidy).
+
   Zelenium-0.2 (2005/04/20)
 
     - CVS tag:  'Zelenium-0_2'


=== Products/Zelenium/generator.py 1.1 => 1.2 ===
--- Products/Zelenium/generator.py:1.1	Wed Apr 20 14:51:19 2005
+++ Products/Zelenium/generator.py	Wed Apr 20 15:58:47 2005
@@ -386,6 +386,9 @@
 
         if http_verb == 'POST':
 
+            if content_type == 'text/xml':   # XXX XML-RPC, punt!
+                return
+
             form_data = cgi.FieldStorage( fp=f
                                         , environ=cgi_environ
                                         , keep_blank_values=1


=== Products/Zelenium/version.txt 1.3 => 1.4 ===
--- Products/Zelenium/version.txt:1.3	Wed Apr 20 14:51:35 2005
+++ Products/Zelenium/version.txt	Wed Apr 20 15:58:47 2005
@@ -1 +1 @@
-Zelenium-0.2
+Zelenium-0.2.1



More information about the Zope-CVS mailing list