Fixed an issue with HTTP service requests
We fixed an issue where, when making HTTP service calls, the
policy decision point would incorrectly assign default values to the request
body and the
content-type
header.Fixed an issue with unbounded query attributes
We fixed an issue where, when sending a Policy Query API request
with an unbounded attribute in the
query
array, the system
would return a 500 error status code if the unbounded attribute's value was
resolved to an empty collection.Fixed an issue with Policy Query API responses
We fixed an issue where the same request to the Policy Query API
could produce inconsistent responses.
Fixed an issue with HTTP service log messages
We fixed an issue where the
status
field of an
HTTP service log message would include a status message, such as
OK, rather than a status code.Fixed an issue with PIP key store service calls
We fixed an issue where, when making a service call with a PIP key
store for MTLS configured and the Server (TLS) option set
to None or Default, the service
would incorrectly return a Client TLS certificate is required
error.