Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.15.0
-
None
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.