Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

[BUG] If path parameters are containing several path parameter separator, only the first value is kept #591

Closed
apupier opened this issue Mar 29, 2023 · 1 comment · Fixed by #597
Assignees
Labels
bug Something isn't working

Comments

@apupier
Copy link
Member

apupier commented Mar 29, 2023

Describe the bug
If path parameters are containing several path parameter separator, only the first value is kept

To Reproduce
Steps to reproduce the behavior:

  1. Add a step
  2. Add a vertx-http step
  3. In http Url, provide a value with a port specified like https://www.test.com:8080/demo
  4. Open source code editor
  5. click on sync code
  6. --> the part :8080/demo is removed

Expected behavior

keep the full uri

Logs
If applicable, add logs to help explain your problem.

Environment (please complete the following information):

Additional context

follow-up on #576

@apupier apupier added the bug Something isn't working label Mar 29, 2023
@Delawen
Copy link
Member

Delawen commented Mar 30, 2023

I am testing on #597 and I think this is already fixed there.

image

@Delawen Delawen linked a pull request Mar 30, 2023 that will close this issue
@Delawen Delawen self-assigned this Mar 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants