You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the base URI and the URI being resolved both a URI scheme and it is the same scheme, the parsing of the input URI (to be resolved) is not checked for warning. Only errors and syntax errors.
On further investigation, this isn't a bug. It is just the way that it plays out.
Jena is following RFC 3986 reference resolution (the "non-strict" version) in both jena-iri and jena-iri3986. This means that file: needs to be file:/// (empty host, not missing host).
Version
5.2.0
What happened?
riot
ongives no warning,
But
riot
ondoes.,
Are you interested in making a pull request?
Yes
The text was updated successfully, but these errors were encountered: