Skip to content

Missing content escape when globbing #923

Open
@JornWildt

Description

@JornWildt

I have created a resource at /items/<A>AA-123. If I look up /items/ the data browser works as expected and shows it as <A>AA-123 everywhere.

But if I look up /items/* I get an incorrectly formatted RDF document:

@prefix : <#>.
@prefix terms: <http://purl.org/dc/terms/>.
@prefix sol: <http://elfisk.dk/ns/solidrc#>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix c: </profile/card#>.
@prefix mod: <./>.

<<A>AA-123>
    a sol:model;
    terms:created "2018-11-09T09:26:32Z"^^XML:dateTime;
    terms:creator c:me;
    terms:title "<S>AAA".

Apparently the "globbing handler" failed to encode the content correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions