[
https://issues.apache.org/jira/browse/JENA-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019831#comment-16019831
]
ASF GitHub Bot commented on JENA-1341:
--------------------------------------
Github user ajs6f commented on a diff in the pull request:
https://github.com/apache/jena/pull/251#discussion_r117796673
--- Diff:
jena-arq/src/main/java/org/apache/jena/atlas/web/TypedInputStream.java ---
@@ -31,6 +31,7 @@
// May be different from the URI used to access the resource
// e.g. 303 redirection, mapped URI redirection
private String baseURI ;
+ private boolean isClosed = false ;
--- End diff --
Maybe `volatile`, just in case?
> Fuseki2: Upgrade Jetty
> ----------------------
>
> Key: JENA-1341
> URL: https://issues.apache.org/jira/browse/JENA-1341
> Project: Apache Jena
> Issue Type: Task
> Components: Fuseki
> Affects Versions: Jena 3.3.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
> Fix For: Jena 3.4.0
>
>
> Fuseki2 uses version 9.3.3.v20150827.
> The current latest release of Jetty9 is 9.4.5.v20170502.
> Fuseki1 uses Jetty8:
> The upgrade is 8.1.14.v20131031 to 8.1.22.v20160922.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)