SR-A100717 · Issue 277670
Certificate validation handling updated to work with single-entry CN or DN
Resolved in Pega Version 7.3
Previously, the Gateway connectivity test assumed valid certificates would contain more than one CN entry. This caused an invalid certificate error on the host landing page of prgateway gateway test if the certificate in use had only CN entry. To address this, code has been added to handle cases where a certificate has only a single entry of either CN or DN.
SR-A100782 · Issue 272266
Siteminder block resolved for DPParams containing double quotes
Resolved in Pega Version 7.3
Due to the DPParams being transmitted in JSON format, using the Siteminder CSSChecking parameter set to yes with BadCSSChars containing "%22" caused the " (double quotes) that surround the name value pairs to trigger a Siteminder block. To resolve this, the system will pass the DPParams in the post body instead of sending it in the query string.
SR-A101144 · Issue 272239
Error message clear after bad row deleted
Resolved in Pega Version 7.3
Error messages were not clearing even after deleting the row which caused the error. This has been corrected.
SR-A101500 · Issue 279633
Menubar Object memory leak repaired
Resolved in Pega Version 7.3
A memory leak has been resolved by eliminating unnecessary DesktopMouseClick events when creating a new old-Menubar object.
SR-A101500 · Issue 278178
Menubar Object memory leak repaired
Resolved in Pega Version 7.3
A memory leak has been resolved by eliminating unnecessary DesktopMouseClick events when creating a new old-Menubar object.
SR-A101675 · Issue 270578
Size to Content refresh updated
Resolved in Pega Version 7.3
A expandable grid with a text area and button as columns in it was not correctly calculating the size after refreshing. An explicit call to the resizeHarnessActual has been added to ensure expected behavior.
SR-A102222 · Issue 270905
Command line BIX extract includes pzinskey in XSD
Resolved in Pega Version 7.3
When running an extract to XML from within the UI, the generated XML and XSD both include the pzInskey. However, when the extract rule was saved to a file and run from the command line using the -I option, the XML file had the pzInskey but the XSD file did not. This has been corrected by ensuing the pzInsKey is included as part of XSD generated with the -I option.
SR-A102237 · Issue 271876
Unmapped columns from an external table skipped in DDL query generation.
Resolved in Pega Version 7.3
The OBJ-SAVE method was generating a query in which unmapped columns were also getting updated. As these columns were not mapped, DB columns were being updated with the value NULL. This was due to the Obj-Save function always saving the entire object, causing an issue when only part of a table is mapped to a class. To correct this, new prconfig and DASS settings have been added to exclude unmapped columns of an external table as part of DDL query generation.
SR-A102260 · Issue 277204
Current Cassandra log displayed on landing page
Resolved in Pega Version 7.3
While the Cassandra log files were being correctly generated, the landing page showed an older file instead of the current one. This has been fixed.
SR-A102447 · Issue 276743
Corrected post-rule migration SOAP null-pointer exception
Resolved in Pega Version 7.3
In some multi tenant environments, a null-pointer exception exception was appearing for the first SOAP call after a rules migration. Subsequent calls worked as expected. This was caused by a timing issue related to loading the global context cache for a given access group, and the event order handling has been improved to correct it.