licenser
licenser copied to clipboard
DOUBLE_SLASH format breaks when using a URL in a header
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.
Yep, this should be fixed.