diff options
author | Derrell Lipman <derrell@samba.org> | 2007-02-06 04:42:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:40 -0500 |
commit | 96325d3f763a470272c3b4373afa96f6d54f37b9 (patch) | |
tree | 11e8b7000f02e3a10161875fcef3ac689d371f1c | |
parent | a45ea9069c51b6f90d55a2c40346c3ee9becc263 (diff) | |
download | samba-96325d3f763a470272c3b4373afa96f6d54f37b9.tar.gz samba-96325d3f763a470272c3b4373afa96f6d54f37b9.tar.bz2 samba-96325d3f763a470272c3b4373afa96f6d54f37b9.zip |
r21170: Latest qooxdoo required a minor server change
(This used to be commit a4a394c9bb42ed1883c95c10f9c24987d4ab4294)
-rw-r--r-- | services/request.esp | 2 |
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"]; |