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

Tres Seaver <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
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

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.