Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support uri with and without // #2017

Open
lordrip opened this issue Feb 18, 2025 · 0 comments
Open

Support uri with and without // #2017

lordrip opened this issue Feb 18, 2025 · 0 comments
Labels
canvas/config-form Configuration form related issues

Comments

@lordrip
Copy link
Member

lordrip commented Feb 18, 2025

Please describe the feature that you want to propose

Currently, Kaoto honors the syntax field of components, and some components do not use // as a delimiter while still supporting it.

Example of this is are ftp and sftp components:

    "syntax": "ftp:host:port\/directoryName",

Notice how // it's not included in the syntax but still a user could write the URI as:

uri: ftp://myHost:myPort/dirName # (not supported by Kaoto)

# vs

uri: ftp:myHost:myPort/dirName # (supported by Kaoto)

The goal is to have support for uris using // delimiter, even if not specified in the syntax field.

@lordrip lordrip added the canvas/config-form Configuration form related issues label Feb 18, 2025
@lordrip lordrip moved this from New to Backlog in Kanban Board Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canvas/config-form Configuration form related issues
Projects
Status: Backlog
Development

No branches or pull requests

1 participant