Skip to main content

Resolved Issues

View the resolved issues for a specific Platform release.

Go to download resolved issues by patch release.

Browse release notes for a selected Pega Version.

NOTE: Enter just the Case ID number (SR or INC) in order to find the associated Support Request.

Please update your bookmarks. This site will be discontinued in Dec 2024.

Pega Platform Resolved Issues for 8.1 and newer are now available on the Support Center.

SR-C45058 · Issue 385602

Added menu scripts to ensure Operator menu shown when PortalHeader is saved to the application ruleset

Resolved in Pega Version 8.1

The Operator menu was not working, after saving pyPortalHeader to application ruleset. The following error is observed in the console: "Uncaught TypeError: Cannot read property 'showContextMenu' of undefined". This was traced to the menu files not being downloaded because of a generation issue that occurred when only one control (non auto control) was used with menu actions inside a dynamic layout. When a autogenerated control was used like a button, it worked. This has been fixed by adding menu scripts for use when pyactions has a showmenu.

SR-C45147 · Issue 388413

SOAP service encryption error fixed for Java 8

Resolved in Pega Version 8.1

The error "Unable to initialize XML Cipher" appeared in the PegaRULES log when using Java 8 and trying to invoke Pega SOAP service from the SOAP UI with "Enable ws security" checked. To fix this, the webservices-rt-pega1.jar has been updated to use an overloaded constructor of XMLCipher that takes canonicalizer as the second argument.

SR-C45226 · Issue 387649

ZipFileListOnServer activity modified to only create instances for zip files

Resolved in Pega Version 8.1

When the Hotfix Manager was run on the ServiceExport directory, the Next and Cancel buttons did not render. Analysis showed the system was creating the PRFile instance for all of the files from the directory, and an exception was being thrown when am instance was created for a file that had illegal characters in its name. To correct this, the pzZipFileListOnServer activity has been modified to only create the instances for files which start with "dl-" and end with ".zip".

SR-C4526 · Issue 351611

Explicit validation call added to subtree expansion to update declare expression targets

Resolved in Pega Version 8.1

When a declare expression changed a value in a tree grid, the tree grid element did not show the new value until the section was refreshed. This was an issue with declare expression targets not registering after subtree expand, and has been corrected by adding a call to the validation_init() API.

SR-C45270 · Issue 386088

Improved XML security for POST request processing

Resolved in Pega Version 8.1

Updates have been made to resolve a potential security issue involving missing XML validation when processing a POST request.

SR-C45276 · Issue 383709

Placeholder set value shows in accessibility mode dropdown

Resolved in Pega Version 8.1

When a drop down was configured with a placeholder in accessibility mode, the set value was not working. This was an issue with the handling of the onchange event in the accessibility framework, and code has been added to resolve this.

SR-C45293 · Issue 386089

Improved XML security for POST request processing

Resolved in Pega Version 8.1

Updates have been made to resolve a potential security issue involving missing XML validation when processing a POST request.

SR-C45529 · Issue 387642

Cleanup added to DDS service shutdown

Resolved in Pega Version 8.1

When prpcUtils is executed it starts DSM services in client mode when a DSM node (DDS) in the cluster is running. However, DSM threads do not shut down when the utility class completes, causing the Import task to hang. To prevent this, cleanup implementation has been added to the DDS service shutdown.

SR-C45602 · Issue 384972

Avoid Generation flag will default to true for single case runs to avoid excessive data class hierarchy validation

Resolved in Pega Version 8.1

System slowness was traced to an excessive number of calls to the DDS service “getClusteState()” method. This issue was caused by an unusual usage of class hierarchy, where XXX-Data-Customer class had data flow and activity defined, then an activity instantiated a child class (e.g. XXX-Data-Customer-NBA) and tried to load an instance of this class using the data flow browse by keys operation. In this case, data flow had to do additional validation to make sure all data sets used in the data flow are compatible with the child class, and it was this validation that caused the reported issue. To better handle this use case, by default the avoid generation flag will be set to true for single case runs.

SR-C45610 · Issue 384507

Resolved screen flicker during busy indicator

Resolved in Pega Version 8.1

When using the column layout in CPMPerformIncludes, the contents flickered and shifted to the left while the busy indicator was displayed (performing actions like interaction switch, service case closure etc.). This was caused by the column layout main getting resized while the sidebar is hidden, and a check has been added to pzpega_ui_doc_lifecycle that will avoid resizing in case of a hidden element.

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us