Skip to content

Commit

Permalink
Merge 1b35e5b into 9e04990
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Dec 6, 2018
2 parents 9e04990 + 1b35e5b commit e930972
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ trait SubmissionService extends HttpService with PerRequestCreator with FireClou
pathEnd {
get {
extract(_.request.uri.query) { query =>
passthrough(Uri(s"$workspacesUrl/$namespace/$name/submissions/$submissionId/workflows/$workflowId").withQuery(query), GET)
passthrough(Uri(encodeUri(s"$workspacesUrl/$namespace/$name/submissions/$submissionId/workflows/$workflowId")).withQuery(query), GET)
}
}
} ~
Expand Down

0 comments on commit e930972

Please sign in to comment.