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:
> > >
;
> 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
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
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
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
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
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
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
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.