Michiel de Jong

Results 722 comments of Michiel de Jong

We mainly ran into this one (@ylebre told me): https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop-11#section-4.3 > * if presented to a protected resource in conjunction with an access > token, > - ensure that the...

Ah ok sorry, I missed this point in 04: > 11. when presented to a protected resource in conjunction with an access token, ensure that the value of the ath...

I'm working on the following labelling of spec versions: * [`roughly-0.8`](https://github.com/solid/solid-spec) ("deprecated", was never really pinned unambiguously) * [`Dec-2019`](https://github.com/solid/specification/issues/135) ("old", pinned on 17 December 2019) * [`v0.9.0`](https://solidproject.org/TR/2021/protocol-20211217) ("current", pinned on...

@bourgeoa it seems the behaviour of NSS has diverged from what the WAC tests prescribe. I know there was a discussion about this in the matrix chat but didn't follow...

Test suite for WAC: https://github.com/solid/web-access-control-tests Servers that support WAC: https://github.com/solid/test-suite#web-access-control-tests-version-21 Solid operating systems ;) that support WAC: https://github.com/solid/solidos

When deleting that share through the GUI and then creating one through Reva CLI I see: ``` >> ocm-share-create -idp revaowncloud2.docker -grantee marie /home/qwer +-----+----------------------+----------------+-------------------------------------------------------+-------------------+----------------------+------------------+-------------------------------+-------------------------------+ | # | OWNER.IDP |...

``` [Thu Aug 31 09:05:55.647318 2023] [php7:notice] [pid 1315] [client 172.18.0.11:60884] revaPathToEfssPath: Interpreting /home/qwer as qwer [Thu Aug 31 09:05:55.647556 2023] [php7:notice] [pid 1315] [client 172.18.0.11:60884] calling newShare [Thu Aug...

``` >> ls /home error: code=CODE_NOT_FOUND msg="path not found when listing container" support_trace="73563d382bbdb815507c267782c5c106" >> ls /home/ error: code=CODE_NOT_FOUND msg="path not found when listing container" support_trace="01d0f4b25c44dc38dfb5be07c1a0ed02" >> ls /home/qwer >> ```

That would be correct but I would prefer (for readability) ```php private function revaPathToEfssPath($revaPath) { if ("$revaPath/" == REVA_PREFIX) { error_log("revaPathToEfssPath: Interpreting special case $revaPath as ''"); return ''; }...

the `ls /home` bug is fixed now by ec996f64e4befb0dfca875f316a931fd7a6a8b05 + 6dbbad00fdae4d3fdd91c389eff6cd2cbf731f81 + 19d0dc2cfd48fc2a7cd1451364fb89310fd2aad2: ``` >> ls /home/ qwer welcome.txt >> ls /home qwer welcome.txt >> ls /home/qwer >> ``` I'll...