[
https://issues.apache.org/jira/browse/GOBBLIN-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Urmi Mustafi updated GOBBLIN-1446:
----------------------------------
Description: When using the two filters cron-schedule and property-filter
during search for flow-configs we do not handle the case when the parameters
have white spaces in them. To encode the spaces in the curli url we use %20 and
need to update GaaS endpoints to be able to parse them, so I have added code to
replace %20 with a white space. (was: When using the two filters
{{cron-schedule}} and {{property-filter}} during search for flow-configs we do
not handle the case when the parameters have white spaces in them. To encode
the spaces in the curli url we use {{%20}} and need to update GaaS endpoints to
be able to parse them.)
> Parse Whitespace in Curli Request from GaaS
> -------------------------------------------
>
> Key: GOBBLIN-1446
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1446
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-restli
> Affects Versions: 0.15.0
> Reporter: Urmi Mustafi
> Assignee: Hung Tran
> Priority: Major
> Fix For: 0.15.0
>
>
> When using the two filters cron-schedule and property-filter during search
> for flow-configs we do not handle the case when the parameters have white
> spaces in them. To encode the spaces in the curli url we use %20 and need to
> update GaaS endpoints to be able to parse them, so I have added code to
> replace %20 with a white space.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)