ironic-inspector/releasenotes/notes/trailing-slashes-93c2466b71829ec1.yaml
Dmitry Tantsur 5ccef9cd06 Treat endpoints with trailing slashes the same way as without them
We've been historically using endpoints without trailing slashes in
our API. Apparently, some libraries (like gophercloud) are quite
opinionated about it (see the story), so let's handle both.

The implementation could be simpler if we just added trailing slash
to all routes, but it would cause redirects for current users.

Change-Id: Icbd971a8e792f93f9c3fa66ba29bec055dcdee32
Story: #2007660
Task: #39749
2020-05-12 16:27:57 +02:00

6 lines
174 B
YAML

---
fixes:
- |
Fixes accessing API endpoints with trailing slashes. Now they're treated
the same way as without slashes, although the latter remain canonical URLs.