You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2019/09/25 04:05:14 UTC

[openwhisk-apigateway] branch json-handling created (now 9eb4849)

This is an automated email from the ASF dual-hosted git repository.

mhamann pushed a change to branch json-handling
in repository https://gitbox.apache.org/repos/asf/openwhisk-apigateway.git.


      at 9eb4849  Update mapping.lua

This branch includes the following new commits:

     new 9eb4849  Update mapping.lua

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openwhisk-apigateway] 01/01: Update mapping.lua

Posted by mh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mhamann pushed a commit to branch json-handling
in repository https://gitbox.apache.org/repos/asf/openwhisk-apigateway.git

commit 9eb4849dc04ee0e9d45e750fa0dbf5264e7ca540
Author: Matt Hamann <ma...@gmail.com>
AuthorDate: Wed Sep 25 00:05:09 2019 -0400

    Update mapping.lua
---
 scripts/lua/policies/mapping.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/lua/policies/mapping.lua b/scripts/lua/policies/mapping.lua
index 8b42130..63ba789 100644
--- a/scripts/lua/policies/mapping.lua
+++ b/scripts/lua/policies/mapping.lua
@@ -21,6 +21,7 @@
 local logger = require "lib/logger"
 local utils = require "lib/utils"
 local cjson = require "cjson.safe"
+cjson.decode_array_with_array_mt(true)
 
 local _M = {}