- DATE:
- AUTHOR:
- Ory Team
Ory Network
Ory Hydra
Ory Kratos
URL-encoded path components
DATE:
AUTHOR:
Ory Team
Ory fixed an issue where URL-encoded characters in path components caused routing errors.
Previously, using a URL-encoded value for a path parameter, such as a key ID (kid
), would result in an error. This issue is now resolved. Requests with URL-encoded path components now work as expected. For example, a request to /admin/keys/1/hello%2Fworld
correctly interprets the key ID as hello/world
.
This update is available on Ory Network, Ory Kratos, and Ory Hydra Enterprise. It will be part of the next Ory Kratos and Ory Hydra open source releases.