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 2020/01/07 14:22:00 UTC

[jira] [Created] (JENA-1811) Fuseki: Unexpected query string params interfer with content-type dispatch.

Andy Seaborne created JENA-1811:
-----------------------------------

             Summary: Fuseki: Unexpected query string params interfer with content-type dispatch.
                 Key: JENA-1811
                 URL: https://issues.apache.org/jira/browse/JENA-1811
             Project: Apache Jena
          Issue Type: Improvement
          Components: Fuseki
    Affects Versions: Jena 3.13.1
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
             Fix For: Jena 3.14.0


The code checks for unexpected params before looking at the content type.

The comment is correct:
{noformat}
     * Query parameters (URL query string or HTML form)</li>
     * Content-Type header</li>
     * Otherwise it is a plain REST (quads) operation.chooseOperation</li>
{noformat}



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