Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
92 stars 11 forks source link

Clarified allowed characters in the `path` for uploaded user files #385

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

Clarified allowed characters in the path for uploaded user files, related to a PR I'll issue soon in processes.

Although this is a "new restriction" in the API, I'd argue this is non-breaking as no OS I'm aware of allows those characters anyway and thus files paths containing such characters would be rejected anyway.

m-mohr commented 3 years ago

Thanks. Yeah, I looked into what characters to specify here, but it seems some of these characters are allowed in some environments, so I decided to go with a minimum set that is not working in all envs. I just had in mind solving https://github.com/Open-EO/openeo-processes/pull/245 and aligning with it anyway.

m-mohr commented 3 years ago

Would you mind having a quick look at https://github.com/Open-EO/openeo-processes/pull/245, too? If you think that also works for you, then I think we can merge both. I just want them to stay in sync.