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/07/17 13:33:00 UTC

[jira] [Commented] (JENA-2124) Implement (Accept-|Content-)Encoding for data

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

Andy Seaborne commented on JENA-2124:
-------------------------------------

Not doing for "Accept-Encoding" for download compressed results; this is a one time compression, since the results are often the result of a query so are the response one time only.

The combination of streaming, which requires chunked encoding and is applied by the HTTP library being used,  combined with gzip encoding, which is provided by the application library code, does not work together reliably.

"Content-Encoding" for uploading gzip'ed files in GSP will be provided.


> Implement (Accept-|Content-)Encoding for data
> ---------------------------------------------
>
>                 Key: JENA-2124
>                 URL: https://issues.apache.org/jira/browse/JENA-2124
>             Project: Apache Jena
>          Issue Type: Task
>          Components: Fuseki
>    Affects Versions: Jena 4.1.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 4.2.0
>
>
> Support {{gzip}} and {{deflate}}, and others if a decoder is easily available.



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