uriparse-rs icon indicating copy to clipboard operation
uriparse-rs copied to clipboard

URI reference "/:" misinterpreted to have schemeless path

Open yescallop opened this issue 2 years ago • 0 comments

The string "/:" should be a valid URI reference with only a path according to RFC 3986, but parsing it with uriparse results in an error "schemeless path URI reference starts with colon segment". This case was found when fuzzing fluent-uri against this crate.

yescallop avatar Apr 16 '22 09:04 yescallop