summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2007-02-06 04:42:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:44:40 -0500
commit96325d3f763a470272c3b4373afa96f6d54f37b9 (patch)
tree11e8b7000f02e3a10161875fcef3ac689d371f1c /services
parenta45ea9069c51b6f90d55a2c40346c3ee9becc263 (diff)
downloadsamba-96325d3f763a470272c3b4373afa96f6d54f37b9.tar.gz
samba-96325d3f763a470272c3b4373afa96f6d54f37b9.tar.bz2
samba-96325d3f763a470272c3b4373afa96f6d54f37b9.zip
r21170: Latest qooxdoo required a minor server change
(This used to be commit a4a394c9bb42ed1883c95c10f9c24987d4ab4294)
Diffstat (limited to 'services')
-rw-r--r--services/request.esp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/request.esp b/services/request.esp
index ae106be8ea..03226f975d 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"];