Joachim Van Herwegen
Joachim Van Herwegen
> Aside: Interesting that CSS is still using the unregistered scheme `.well-known/solid`. Moreover, it is supposed to be used at the beginning of the URI path, so `/joachimvh/.well-known/solid` is a...
Currently they differ in CSS, hence the `.well-known/solid` as I just needed any kind of relative path to reference it. Doesn't really matter what it is as this is just...
Sure we could add an extra check to specific fields in the `WebIdAdapterFactory` (and also rename that class to something that makes more sense).
For every request the server receives there is a logging message like ``` 2023-03-21T09:44:07.502Z [HandlerServerConfigurator] {Primary} info: Received GET request for /foo ``` and the idea is then that all...
The change to include the identifier shouldn't be that hard. The `pipeSafely` function linked above should be changed so it also logs the message of the mapped error, and in...
Not at that point no. The only class that is aware what the associated file name is somewhere completely in the backend. This is already logged at some point if...
Would advise waiting until the v0.2.0 PR is merged https://github.com/CommunitySolidServer/CommunitySolidServer/pull/1565. The majority of the notification work is done by generic classes so specific channel types only have to implement the...
Note that when I say this would be the biggest part I don't see it as being a big hurdle, but more that this is the main part for which...
The server does not interpret data when reading or writing it. The only times it would interpret data is when it needs to convert it for content negotiation, or when...
That is indeed a bug. The interesting thing here is that it is not exactly clear what goes wrong why. The server should indeed not have generated that turtle. But...