svn commit: samba r21170 - in branches/SAMBA_4_0/services: .

derrell at samba.org derrell at samba.org
Tue Feb 6 04:42:52 GMT 2007


Author: derrell
Date: 2007-02-06 04:42:52 +0000 (Tue, 06 Feb 2007)
New Revision: 21170

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21170

Log:
Latest qooxdoo required a minor server change
Modified:
   branches/SAMBA_4_0/services/request.esp


Changeset:
Modified: branches/SAMBA_4_0/services/request.esp
===================================================================
--- branches/SAMBA_4_0/services/request.esp	2007-02-06 04:35:30 UTC (rev 21169)
+++ branches/SAMBA_4_0/services/request.esp	2007-02-06 04:42:52 UTC (rev 21170)
@@ -322,7 +322,7 @@
 
 /* What type of request did we receive? */
 if (request["REQUEST_METHOD"] == "POST" &&
-    request["CONTENT_TYPE"] == "text/json")
+    request["CONTENT_TYPE"] == "application/json")
 {
     /* We found literal POSTed json-rpc data (we hope) */
     input = request["POST_DATA"];



More information about the samba-cvs mailing list