Skip to content

consider using query instead of fragment #199

@akosyakov

Description

@akosyakov

Hi 👋 We are trying to run this extension in Theia: eclipse-theia/theia#6763

And stumbled over the issue that TextDocumentContentProvider rely on URI fragment. Theia separates a fragment from URI to adhere to https://tools.ietf.org/html/rfc3986#section-3.5 and avoid duplicate content resolution and editors:

As such, the fragment identifier is not used in the scheme-specific processing of a URI; instead, the fragment identifier is separated from the rest of the URI prior to a dereference, and thus the identifying information within the fragment itself is dereferenced solely by the user agent, regardless of the URI scheme.

Would you consider to use query instead of fragment? Query is schema specific and can be used to resolve different content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions