diff CHANGES.txt @ 4678:23de24f57566

issue2550749 - the xmlrpc interface is invoked on content type and not url path. Sending any text/xml data to roundup results in invoking the xml-rpc interface, but a REST or other interface could also consume xml data and do something different. So require the use of 'http(s)://.../xmlrpc' uri to trigger the xmlrpc interface.
author rouilj
date Sun, 25 Nov 2012 18:24:28 -0500
parents 3cf77c30697e
children 0c2cad65ebba
line wrap: on
line diff
--- a/CHANGES.txt	Sun Nov 25 18:07:58 2012 -0500
+++ b/CHANGES.txt	Sun Nov 25 18:24:28 2012 -0500
@@ -56,6 +56,12 @@
 - issue2550783 devel template's schema.py permissions referenced the
   organization property for the user, but the property is called
   organisation. Thanks to Pradip Caulagi. (committed by John Rouillard)
+- issue2550749 - the xmlrpc interface is invoked on content type
+  and not url path. Sending any text/xml data to roundup results in
+  invoking the xml-rpc interface, but a REST or other interface could
+  also consume xml data and do something different. So require the use
+  of 'http(s)://.../xmlrpc' uri to trigger the xmlrpc interface.
+  (John Rouillard)
 
 2012-05-15: 1.4.20
 

Roundup Issue Tracker: http://roundup-tracker.org/