Re: Possible bug when querying

2021-10-18 Thread Kruiger, J.F. (Han)
ndy > > > > git-bisect says commit c1c9d48a4f but that isn't obviously the root > > cause and it may be merely the trigger for something that has been > > a latent problem for longer. > > > > On 12/10/2021 08:13, Kruiger, J.F. (Han) wrote: > > >

Re: Possible bug when querying

2021-10-12 Thread Kruiger, J.F. (Han)
; > Andy > > https://issues.apache.org/jira/browse/JENA-2184 > > On 11/10/2021 11:04, Kruiger, J.F. (Han) wrote: > > Hi there, > > > > We are running into an issue that seems like a bug in Jena 4.2.0. > > > > A (reasonab

Possible bug when querying

2021-10-11 Thread Kruiger, J.F. (Han)
Hi there, We are running into an issue that seems like a bug in Jena 4.2.0. A (reasonably) minimal example is in this test case: https://github.com/barrynl/jena-example/blob/cf2da8e5c7cd9a0f415282486ec8472e53d0a9c4/src/main/java/nl/tno/ict/ds/cb/jena/JenaRepeatedQueryOnInfModelTest.java What ha

Re: Multifactor authentication in Fuseki

2021-04-13 Thread Kruiger, J.F. (Han)
th solutions. 2/ Fuseki accepts a Jetty XML configuration file to build the server so that's another approach. Andy > > > On 12/04/2021, 14:26, "Kruiger, J.F. (Han)" > wrote: > > Hi there, > > I'm looking for a solution to have multifa

Multifactor authentication in Fuseki

2021-04-12 Thread Kruiger, J.F. (Han)
Hi there, I'm looking for a solution to have multifactor authentication (MFA) in Fuseki. I'm pretty sure this lies outside of the scope of Apache Jena, but perhaps Fuseki's UI should be able to be compatible with it at some point in the future. I have found a potential solution to get multifact

RE: Wich reasoner do i have to use to validate the given schema violation?

2020-10-23 Thread Kruiger, J.F. (Han)
Hi Alex, Does your model assert that the classes Topic and Component are disjoint? Because of the open world assumption, it could be that the model simply can't know that your topic is NOT in the Component class. Best, Han -Original Message- From: alexander.fan...@web.de Sent: vrijda

RE: Fuseki Web UI does not consider Dataset Level Access Control Lists

2020-10-16 Thread Kruiger, J.F. (Han)
25 To: users@jena.apache.org Subject: Re: Fuseki Web UI does not consider Dataset Level Access Control Lists Hi Han, The access control does not connect to the UI so you can't make datasets invisible. Sorry about that. Andy On 14/10/2020 08:28, Kruiger, J.F. (Han) wrote: > It appears m

RE: Fuseki Web UI does not consider Dataset Level Access Control Lists

2020-10-14 Thread Kruiger, J.F. (Han)
tions open to anyone /$/status = anon /$/ping= anon /$/metrics = anon /$/** = authcBasic,user[admin] # Everything else /**=anon ``` Cheers, Han -Original Message- From: Kruiger, J.F. (Han) Sent: woensdag 14 oktober 2020 09:24 To: users@jena.apache.org Subject: Fuseki Web UI does not

Fuseki Web UI does not consider Dataset Level Access Control Lists

2020-10-14 Thread Kruiger, J.F. (Han)
Hi there, When using the Dataset Level Access Control Lists (https://jena.apache.org/documentation/fuseki2/data-access-control#dataset-acl) to disallow a user from accessing a dataset, I expect the dataset in question to *not* be listed in the list of datasets that that user sees in the web UI.