You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/14 09:48:00 UTC

[jira] [Commented] (JENA-1795) Fuseki 3.13.0 GET vs HEAD

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

ASF subversion and git services commented on JENA-1795:
-------------------------------------------------------

Commit 568e94744a8f0213cbceee73aa6d8208d6e664e4 in jena's branch refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=568e947 ]

Merge pull request #650 from afs/jena1795-fuseki

JENA-1795: HEAD for GSP operations

> Fuseki 3.13.0 GET vs HEAD
> -------------------------
>
>                 Key: JENA-1795
>                 URL: https://issues.apache.org/jira/browse/JENA-1795
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Jena 3.13.0
>            Reporter: Martynas Jusevičius
>            Assignee: Andy Seaborne
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I would expect the {{GET /ds/}} to return {{200 OK}} with a full dataset (quad semantics). Which it does:
> {{GET /ds/ HTTP/1.1}}
> {{Host: localhost:3030}}
> {{User-Agent: curl/7.47.0}}
> {{Accept: */*}}
> {{HTTP/1.1 200 OK}}
> {{Date: Wed, 11 Dec 2019 09:49:11 GMT}}
> {{Fuseki-Request-ID: 6}}
> {{Vary: Accept,Accept-Encoding,Accept-Charset}}
> {{Content-Type: text/trig}}
> {{Transfer-Encoding: chunked}}
> In that case I think {{HEAD /ds/}} should return the same status code and headers (minus the response body), but it doesn't:
> {{HEAD /ds/ HTTP/1.1}}
> {{Host: localhost:3030}}
> {{User-Agent: curl/7.47.0}}
> {{Accept: */*}}{{HTTP/1.1 400 Neither default graph nor named graph specified}}
> {{Date: Wed, 11 Dec 2019 09:42:49 GMT}}
> {{Fuseki-Request-ID: 5}}
> {{Vary: Accept,Accept-Encoding,Accept-Charset}}
> {{Content-Type: text/plain;charset=utf-8}}
> {{Cache-Control: must-revalidate,no-cache,no-store}}
> {{Pragma: no-cache}}
> {{Content-Length: 59}}



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