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

Identifier

Component

Issue

Solution

CSD-5988

Java Runtime

In some cases, when filtering an aggregate list, the filter value would not be escaped properly, which could allow users to circumvent filters that were predefined in the Blueriq model.

Filter values will now be escaped properly in all cases.

BQ-24927

Installer, Studio

When separately running the Keycloak setup script which is bundled with the installer, it could fail because it would incorrectly assume a runtime client was available

The script has been fixed

CSD-5957

Java Runtime

When using AQ_RestServiceClient, any Content-Type header that may have been modeled as request header was overwritten to application/json.

The request header Content-Type is now used as is and no longer overwritten.

CSD-5947

Java Runtime

After having changed the language of a Blueriq session, recomposing the page from a frontend did not include any changes in translations

The old and new pages were compared using the new language, whereas the previous language should have been used for the old page. This has now been adjusted.

BQ-24473

Encore

Timer activity edges in a process graph did not report an error when no condition was set.

The condition is now validated to not be empty, reporting an error if it is.

  • No labels