rabbah opened a new pull request #2717: Ensure that base64 encoded '+json' bodies are accepted and decoded. URL: https://github.com/apache/incubator-openwhisk/pull/2717 For any base64 encoded string where the content-type is set to a valid media type with `+json` at the end, then we need to decode it. If the response from the web action is a JSON dictionary in the body and the content-type header is set to a `+json` media type, then send this is acceptable. Do not whitelist media types in the content-type header Instead, just ensure that they are of a valid format. ---------------------------------------------------------------- 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
