From 96325d3f763a470272c3b4373afa96f6d54f37b9 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Tue, 6 Feb 2007 04:42:52 +0000 Subject: [PATCH] r21170: Latest qooxdoo required a minor server change (This used to be commit a4a394c9bb42ed1883c95c10f9c24987d4ab4294) --- services/request.esp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/request.esp b/services/request.esp index ae106be8ea9..03226f975d0 100644 --- a/services/request.esp +++ b/services/request.esp @@ -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"]; -- 2.11.4.GIT