rabbah opened a new issue #3920: do not base64 encode __ow_body for raw web 
actions
URL: https://github.com/apache/incubator-openwhisk/issues/3920
 
 
   #3919 removes the base64 encoding requirement when returning JSON as string 
(and setting the content-type). However we continue to encode JSON for raw http 
actions receiving `__ow_body`. For symmetry, we should stop doing that as well. 
This is largely in place for legacy reasons (spray vs akka). The net of this 
change is that functions would JSON.parse(param.__ow_body) instead of 
JSON.parse(decode64(param.__ow_body)).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to