Henry Story
Henry Story
One simple way to do that is to support `SEARCH` verb on containers. See [issue 46: Document Query use cases](https://github.com/solid/solid/issues/46)
We can certainly learn from IndieAuth. And perhaps indie auth integration into WebAccessControl, can be a different issue. Our main requirements is that we want a system that works with...
> Would you mind explaining why authentication needs to be integrated into WebAccessControl? I have: I mentioned [Nascar](https://github.com/solid/solid-spec/issues/54), and of course it makes for a very clean way to work...
They don't have to be public. You may read a protected resource linking to other resources whose acls you can see even though they are not public. Furthermore ACLs can...
Say this project published a group `` consisting of a number of people, not all of whom have a WebID: some have an OpenId, some have an OAuth token, some...
Since I was summoned, I'll just post a few thoughts on the notion of merging information. I'd just start with the following point: merging pages ( literals ) and data...
The main LDP spec is quite solid, though I think one really only needs to learn about the BasicContainer https://dvcs.w3.org/hg/ldpwg/raw-file/tip/ldp.html The LDP Primer is still work in progress and if...
re efficiency optimization see [my answer above](https://github.com/solid/specification/issues/227#issuecomment-908237770). In Java I think one can get the [following metadata](https://docs.oracle.com/en/java/javase/15/docs/api/java.base/java/nio/file/attribute/BasicFileAttributes.html) as easily as the file listings. That should not be surprising, given that...
> > In Java I think one can get the [following metadata](https://docs.oracle.com/en/java/javase/15/docs/api/java.base/java/nio/file/attribute/BasicFileAttributes.html) as easily as the file listings. > > Non-distributed filesystems are just one possible backend though; there are...
I now think it should be the other way. We need a relation to the Active access control container. See https://github.com/solid/specification/issues/325#issuecomment-1544244968