deb-gnocchi/releasenotes/notes/forbid-slash-b3ec2bc77cc34b...

8 lines
350 B
YAML

---
fixes:
- \'/\' in resource id and metric name have been accepted by mistake, because
they can be POSTed but not GETed/PATCHed/DELETEd. Now this char is forbidden
in resource id and metric name, REST api will return 400 if it presents.
Metric name and resource id already present with a \'/\' have their \'/\' replaced
by \'_\'.