You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.

Identifier

Component

Issue

Solution

BQ-19608

Gateway

After being logged into the dashboard, and refreshing the browser the user is logged out.

The gateway was unable to coupe with multiple Session Cookie headers, due to a dependency removal. This is has been reverted.

BQ-19528

Java Runtime

CVE-2023-1370

Updated net-minidev:json-smart dependency to version 2.4.10 and com.nimbusds:nimbus-jose-jwt to version 9.31

BQ-19117

Gateway

The post logout redirect URI inside the gateway does not handle non-root context environment 

When running the gateway inside an environment which is scoped to a specific sub-domain, that is left out of the url when gateway is running on. You can now configure the gateway the blueriq.gateway.post-logout-uri-contextPath property with the contextPath the logout url additional needs to make the correct URI. 

  • No labels