You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2021/09/06 17:57:00 UTC

[jira] [Commented] (JENA-2156) GSP request with %23 (#) in URL causes bad request.

    [ https://issues.apache.org/jira/browse/JENA-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410757#comment-17410757 ] 

Andy Seaborne commented on JENA-2156:
-------------------------------------

The request is decoded correctly but {{Valdiator.graphName}} rejects it because it applies the wrong test.

> GSP request with %23 (#) in URL causes bad request.
> ---------------------------------------------------
>
>                 Key: JENA-2156
>                 URL: https://issues.apache.org/jira/browse/JENA-2156
>             Project: Apache Jena
>          Issue Type: Bug
>    Affects Versions: Jena 4.1.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>
> Test case:
> {code}
> curl -T D.ttl --header 'Content-type: text/turtle' \
>        'http://localhost:3030/ds?graph=http://ex/abc%23def'
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)