We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A trailing slash of the server url ends in an error message in the first wizard step.
Enter: https.//myserver/
https.//myserver/
No such error, clean provided url. (trailing slash, double trailing slash, trailing whitespace)
The text was updated successfully, but these errors were encountered:
The same does apply for leading whitespaces.
Sorry, something went wrong.
remove trailing slashes and trim whitespaces
6faa295
fixes #235
No branches or pull requests
Describe the bug
A trailing slash of the server url ends in an error message in the first wizard step.
To Reproduce
Enter:
https.//myserver/
Expected behavior
No such error, clean provided url. (trailing slash, double trailing slash, trailing whitespace)
Environment
The text was updated successfully, but these errors were encountered: