March 21, 2023
Bug Fixes
[ AUT - 8554 ] - Changed the behavior of all Cloudentity authorizers when the API
path included %2F
- escaped /
character, as well as other URL-escaped characters. Before this,
authorizers would return the NO RULE
error message as, for example, %2F
would be interpreted as
a /
. This fix is also ported to the Cloudentity platform v2.4.3.
Previously, /pet/{id}
called with /pet/good%2Fboy
would be parsed as /pet/good/boy
and wouldn’t match the API.
After the fix, /pet/{id}
matches /pet/good%2Fboy
- in this case the {id}
is good%2Fboy
(correct).
[ SUP-2908 ] Further improvements to latency in calls with the Bearer token where the Istio Service Mesh is used. This fix is also ported to the Cloudentity platform v2.4.3.