Henry Story

Results 422 comments of Henry Story

It would be worth having a comparison between both.

@RubenVerborgh I understand that but I think it is also going to be quite process heavy. Could you not instead bundle all those issues together and then categorise those in...

I have found a way in Java to get access to the metadata at the same efficiency as getting the file name listings in a direction https://stackoverflow.com/questions/66699379/how-to-get-streams-of-file-attributes-from-the-filesystem/66713743#66713743 (I think. It...

> This does suggest to me that it the container resource and the metadata needs to have potentially different authorizations, so that it is up to a client with Control...

I have found that quad support in Solid could be useful for access control and made a proposal on that subject [#247 support Trig serialization of Access Control Resources](https://github.com/solid/authorization-panel/issues/247). The...

(I removed my previous comments, given that they make no sense now that the initial post has been filled up.) - 301 are the most flexible solution, as they can...

This does not look like the right way to do things but as a data point: [WebDAV Redirect Reference Resources](https://www.ietf.org/rfc/rfc4437.txt)

It seems to me that if one is to edit the headers of a resource it may be better to have a Link header to a resource that contains those...

I have added the three examples above [to my test suite](https://github.com/co-operating-systems/Reactive-SoLiD/blob/ffd7c0d0463a65af76b52a7aa2f0c5bb7db566c0/src/test/scala/run/cosy/http/headers/Rfc8941_Test.scala#L390)

I have moved my implementation of the RFC8941 parser to it's own project in the [httpSig](https://github.com/bblfish/httpSig) repo. It is write-in Scala and compiles to the JVM and to JS. (still...