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
As of now, bukuserver creates hyperlinks to "invalid" URLs (those without a netloc) – this should be amended.
In addition, URL input validation in the UI form differs from buku: buku only rejects empty values, while bukuserver rejects any blank URLs (i.e. whitespace-only).
The text was updated successfully, but these errors were encountered:
[jarun#642] fixed URL validation
874c57f
…Note: I've changed blank check in the code, but whitespace-only URLs are still rejected by the "required" validator in the form itself.
Nevermind, there's an alternative InputRequired validator (which is actually preferred according to the docs) that allows whitespace-only inputs.
InputRequired
Sorry, something went wrong.
eba8fca
Successfully merging a pull request may close this issue.
As of now, bukuserver creates hyperlinks to "invalid" URLs (those without a netloc) – this should be amended.
In addition, URL input validation in the UI form differs from buku: buku only rejects empty values, while bukuserver rejects any blank URLs (i.e. whitespace-only).
The text was updated successfully, but these errors were encountered: