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:
parent
a45ea9069c
commit
96325d3f76
@ -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"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user