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
Using a url results in java.lang.IllegalArgumentException: Header contains unsupported characters //
java.lang.IllegalArgumentException: Header contains unsupported characters //
It's caused by a check in ComponentHeaderFormat here.
Could this be fixed or are URLs unusable when using this format?
Thanks.
The text was updated successfully, but these errors were encountered:
Yep, this should be fixed.
Sorry, something went wrong.
Support double slash within DOUBLE_SLASH style
48a9a39
Closes CadixDev#26
f8eb16d
03a46fa
Successfully merging a pull request may close this issue.
Using a url results in
java.lang.IllegalArgumentException: Header contains unsupported characters //
It's caused by a check in ComponentHeaderFormat here.
Could this be fixed or are URLs unusable when using this format?
Thanks.
The text was updated successfully, but these errors were encountered: