దామోదర
దామోదర
I should use word `segment` may be. not slug. If last path segment of resource uri contains `%2F`, then put on it behaves as in above cases. `%2F` in segment...
Hello @jeff-zucker , Bug is serious enough that, one can bypass all acls to read/write a resource, if that person has access for that operation at any of parent containers....
@jeff-zucker , i edited steps to explicitly mention that part. Isuue is still the same
@bourgeoa , issue happens with css too, as it to has same bug as mentioned in initial comment. One can reliably reproduce it with curl. Issue is with uri-normalization and...
@bourgeoa From rfc3986 ```txt URIs that differ in the replacement of a reserved character with its corresponding percent-encoded octet are not equivalent. Percent- encoding a reserved character, or decoding a...
We are using `ApiError` as general dynamic error type, instead of just for http api endpoints. In that case we only define error types, and match over them for actions...
As most implementations doesn't prefer(?) to allowing arbitrary containment triples and creating resources, and clients expect all ldp::contains statements in a container rep are server managed and valid, it may...
See Also: [ocfl](https://ocfl.io/1.1/spec/). ocfl, and bagit are used by GLAM people, for storing immutable, long term object archives.
See also:
- For dependency, `smallvec` is maintained by servo team, and is reliable - That's an issue. If breakable, can be returned as `&[V]` though.