10.3. What’s Fixed in 7.5.0

This section describes bugs fixed in Web Integration Service 7.5.0. These are fixes since 7.4.0.

RTI® Connext® 7.5.0 is an early access releases. See the Connext Releases page on the RTI website for more information on RTI’s software release model.

For what’s fixed in other products in the Connext suite, see those products’ release notes on the RTI Community Portal or in your installation.

[Critical]: System-stopping issue, such as a crash or data loss.
[Major]: Significant issue with no easy workaround.
[Minor]: Issue that usually has a workaround.
[Trivial]: Small issue, such as a typo in a log.

10.3.1. Crashes

10.3.1.1. [Major] Possible crash during Web Integration Service start-up on macOS systems

On macOS systems, when using rtiwebintegrationservice from RTI Launcher or the command line, the application may have immediately crashed after logging the following warning:

WARNING: rtiwebintegrationserviceapp is loading libcrypto in an unsafe way

This issue was triggered by a third party, due to loading an unversioned libcrypto.dylib, when it should have loaded libcrypto.3.dylib.

[RTI Issue ID WEBINT-353]

10.3.2. Data Corruption

10.3.2.1. [Critical] REST API for listing types retrieved wrong const values

When an XML constant was retrieved through the REST API that lists all the types (GET /dds/rest1/types), the API retrieved the wrong value by accessing the wrong memory.

[RTI Issue ID WEBINT-348]