java.net.URI resolution error · Issue #279 · jsonld-java/jsonld-java · GitHub
Skip to content

java.net.URI resolution error #279

Description

@afs

Reported by @ebremer

Summary:

java.net.URI uri = new java.net.URI("http://mysite.net");
System.out.println(uri.resolve("picture.jpg"));

returns "http://mysite.netpicture.jpg"

This creates an issue with:

where the erroneous URI created with URI.resolve() yields "@id" turning into blank nodes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions