licenser icon indicating copy to clipboard operation
licenser copied to clipboard

DOUBLE_SLASH format breaks when using a URL in a header

Open broccolai opened this issue 4 years ago • 1 comments

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.

broccolai avatar Apr 30 '21 23:04 broccolai

Yep, this should be fixed.

jamierocks avatar May 14 '21 11:05 jamierocks