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

Potential Bug to parse kudu client endpoint #546

Closed
jdneo opened this issue Aug 20, 2018 · 0 comments
Closed

Potential Bug to parse kudu client endpoint #546

jdneo opened this issue Aug 20, 2018 · 0 comments
Assignees

Comments

@jdneo
Copy link

jdneo commented Aug 20, 2018

The code here is to build the web app's default host URL to kudu's endpoint. (Add .scm).

But it has potential bugs here. Please note that the host URL will be all lowercase, while the webAppBase.name() is case sensitive and may have upper cases. So the .replace() method might not work here.

At least we need to change it to lower case before calling the .replace() method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants