cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
167 stars 113 forks source link

simplify archive regex #2249

Open labkode opened 2 years ago

labkode commented 2 years ago

https://github.com/cs3org/reva/pull/2235#pullrequestreview-801039778

defending1 commented 2 years ago

In #2235 (review) @ishank011 mentioned that the current regex is /eos/user/[a-z]/[a-z]./\w. Is there a place where the format of accepted folders is described in the docs?

I also see another problem about this expression. A case that this expression would accept is /eos/user/a/a;/3? which is not allowed.