You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/17 07:42:52 UTC

[GitHub] cjelger commented on issue #3919: Allow raw JSON string as response for webaction without base64 encoding.

cjelger commented on issue #3919: Allow raw JSON string as response for webaction without base64 encoding.
URL: https://github.com/apache/incubator-openwhisk/pull/3919#issuecomment-413785199
 
 
   As briefly discussed on Slack, this change "breaks" code that used to base64-encode JSON body responses, because this is no longer being decoded. Is this a regression and shall I open a bug for that, or is this intentional? Of course it's way better that we don't have to base64-encode JSON responses, but I'd have expected that the decoding is still done in order to be backwards compatible with actions that did base64-encode JSON responses. WDYT?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services