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

Identifier

Component

Issue

Solution

CSD-3795

 

The studio could fail to display boolean values correctly if they were stored using an unexpected capitalization.

The studio now normalizes values to interpret their boolean value correctly.

BQ-12704

 

When authentication is required for the application, the development toolbar won't appear after login.

The development toolbar parameter is saved before authentication and retrieved when authentication is succesfull.

BQ-12512

 

If no Blueriq license could be found, the runtime would fail with a NullPointerException.

We fixed this. Now, the runtime will still not start when no license is present, but it will explain why.

BQ-12346

 

If the session manager was configured to use an external session store (Redis), the Blueriq license would be checked on each request, which is bad for performance.

The Blueriq license is now only checked during startup of the runtime.

  • No labels