Re: Mystery memory leak in fuseki

2023-08-31 Thread Martynas Jusevičius
Does Fuseki have direct code dependency on Jetty? Or would it be possible to try switching to a different servlet container such as Tomcat? JAX-RS, which I’ve advocated here multiple times, provides such a higher-level abstraction above servlets that would enable easy switching. On Fri, 25 Aug

Re: Problem with federated queries

2023-08-31 Thread Andy Seaborne
On 31/08/2023 08:58, Simon Bin wrote: On Wed, 2023-08-30 at 21:36 +0100, Andy Seaborne wrote: The query editor in the UI is a 3rd party compoent (from @zazuco/yasqe - it has security bug fixes from the original). It is has a SPARQL 1.1 grammar engine which determines the synatx checking. It

Re: Re: Problem with federated queries

2023-08-31 Thread Simon Bin
On Wed, 2023-08-30 at 21:36 +0100, Andy Seaborne wrote: > The query editor in the UI is a 3rd party compoent (from > @zazuco/yasqe - > it has security bug fixes from the original). It is has a SPARQL 1.1 > grammar engine which determines the synatx checking. It would benefit > from a