rabbah commented on a change in pull request #2218: Port Controller from Spray
to Akka
URL:
https://github.com/apache/incubator-openwhisk/pull/2218#discussion_r130372110
##########
File path:
core/controller/src/main/scala/whisk/core/controller/WebActions.scala
##########
@@ -118,7 +125,7 @@ private case class Context(
def toActionArgument(user: Option[Identity], boxQueryAndBody: Boolean):
Map[String, JsValue] = {
val queryParams = if (boxQueryAndBody) {
- Map(propertyMap.query -> JsString(query.render(new
StringRendering, StandardCharsets.UTF_8).get))
+ Map(propertyMap.query -> JsString(query.toString))
Review comment:
can you look at the toString implementation? can we bottom out into where it
ends up?
----------------------------------------------------------------
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