summaryrefslogtreecommitdiffstats
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
commita4a394c9bb42ed1883c95c10f9c24987d4ab4294 (patch)
tree7963578d01f586fc5e80ad6a053588c493251813
parent194880f1ffde7f01997c120136854acd145189e9 (diff)
downloadsamba-a4a394c9bb42ed1883c95c10f9c24987d4ab4294.tar.gz
samba-a4a394c9bb42ed1883c95c10f9c24987d4ab4294.tar.xz
samba-a4a394c9bb42ed1883c95c10f9c24987d4ab4294.zip
r21170: Latest qooxdoo required a minor server change
-rw-r--r--services/request.esp2
1 files changed, 1 insertions, 1 deletions
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"];