Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | 5.15.0 |
You can download this HotFix from TIBCO Support Portal (https://support.tibco.com). You will need to provide your TIBCO Support Portal credentials. Once logged in you can download the hotfix by selecting the “Downloads” -> “Hotfixes” option. Then go to the AvailableDownloads/BusinessWorks/5.15.0/Hotfix-05.
=================================================================================
Closed Issues in 5.15.0_HF-005 (This Release)
BW-19507
A new use case fix has been added for the issue when BW Tomcat HTTP server doesn't add all the trusted certificates from the trusted certificates folder to the trust store that it creates.
This is a property base solution.
The name of the property is " com.tibco.bw.allowCertificatesWithSameSerialNumbers ".
User need to set this property to " true " to enable the fix and to load all the trusted certificates to the truststore.
The default value is " false ".
BW-19398
TIBCryptx_wss.jar has been upgraded to fix the failure of the signature verification happening if <wsse:KeyIdentifier> element is used to specify reference to the signer certificate
BW-19524
An invocation was failing if input string in Send HTTP Requests activity is already url-encoded. A fix has been added for this.
This is a property based solution.
The name of the property is " bw.plugin.http.client.urlEncodeQueryString "
User need to set and provide the special characters that doesn't require encoding inside the square bracket and multiple characters can be specified using comma separated.
Whenever there is an issue with the special characters in the query string,just provide those characters that should not be encoded in place of "true" value.
The default value is " false ".
By setting this property to "true", default behaviour would be executed.
For e.g.: If we don't want to encode '%' and '+', we need to provide it in the property like this:
java.property.bw.plugin.http.client.urlEncodeQueryString = [%,+]. This will resolve the issue.
The characters should be comma separated inside square brackets.
=================================================================================
You can also download the hotfix using the below link:
https://support.tibco.com/s/hotfixes?id=a014z00000yUHikAAG.