r21170: Latest qooxdoo required a minor server change
authorDerrell Lipman <derrell@samba.org>
Tue, 6 Feb 2007 04:42:52 +0000 (04:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:40 +0000 (14:44 -0500)
(This used to be commit a4a394c9bb42ed1883c95c10f9c24987d4ab4294)

services/request.esp

index ae106be8ea9e10d8e71f9f30b7d6d8501c550179..03226f975d02be42339a8cc0cad2dca290cc0236 100644 (file)
@@ -322,7 +322,7 @@ scriptTransportId = jsonrpc.Constant.ScriptTransport.NotInUse;
 
 /* 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"];