1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r21170: Latest qooxdoo required a minor server change

(This used to be commit a4a394c9bb42ed1883c95c10f9c24987d4ab4294)
This commit is contained in:
Derrell Lipman 2007-02-06 04:42:52 +00:00 committed by Gerald (Jerry) Carter
parent a45ea9069c
commit 96325d3f76

View 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"];