Joachim Van Herwegen
Joachim Van Herwegen
Changed the title as we do return metadata objects now. To have ETag headers we should also return the last modified time in there. We should only do this if...
I've gone through the PR and like how the changes were made. I would make it so we are more flexible for the numbers like Ruben recommends. The 0.333333 example...
I did change the target branch to be the 3.0.0 branch since this is a breaking change for servers that might depend on the strict checks, could you do a...
The difficulty is going to be that a lot of this depends on browser behaviour probably, which makes automated testing more difficult.
@RubenVerborgh I'm pretty sure the issue you had is something mashlib specific since all our tests use HTTP, including the OIDC ones. Is there something specific you still want to...
This would probably also require an interface change somehow since the URI with a POST does not reference the resource directly. Potentially even bigger problem: there is no way to...
> So what I'm reading actually is that, when having representation-based routing, a simple route-and-delegate isn't enough. Yes. But at this point I'm not sure yet how complex this would...
Initial documentation has been added in #1197
> For the conformance tests, can we simply always run CSS with full debug logging? This logging can be written to a file, which the CI then saves. So whenever...
> > Problem would be that these would be the logs of all tests which would make finding the correct entry a challenge. > > That's good feedback for the...