SR-C71432 · Issue 410184
Moment udated to latest version
Resolved in Pega Version 8.2
Moment.js has been updated to version 2.22.2 .
SR-C66627 · Issue 406212
Placeholder text localized for approval rejection
Resolved in Pega Version 8.2
Localization has been added to the placeholder text of the approval reject step.
SR-C56534 · Issue 399504
Struts updated to v 2.5.16
Resolved in Pega Version 8.2
To address the latest Struts vulnerability, Universal SMA has been updated to Struts version 2.5.16.
SR-C22990 · Issue 364504
Struts updated to v 2.5.16
Resolved in Pega Version 8.2
To address the latest Struts vulnerability, Universal SMA has been updated to Struts version 2.5.16.
SR-C56484 · Issue 394360
Struts updated to v 2.5.16
Resolved in Pega Version 8.2
To address the latest Struts vulnerability, Universal SMA has been updated to Struts version 2.5.16.
SR-C60191 · Issue 400126
Acecss Group encoding updated for compatibility with the latest versiosn of Tomcat
Resolved in Pega Version 8.2
After upgrading to Tomcat 7.0.88, there were intermittent login issues. This was due to the access group hashcode having "[[" appended in the URL, which the latest version of Tomcat does not accept. To resolve this, updates have been made to URLComponentProcessor where the encoding of the access group is done.
SR-C54443 · Issue 396520
Acecss Group encoding updated for compatibility with the latest versiosn of Tomcat
Resolved in Pega Version 8.2
After upgrading to Tomcat 7.0.88, there were intermittent login issues. This was due to the access group hashcode having "[[" appended in the URL, which the latest version of Tomcat does not accept. To resolve this, updates have been made to URLComponentProcessor where the encoding of the access group is done.
SR-C53711 · Issue 391792
Acecss Group encoding updated for compatibility with the latest versiosn of Tomcat
Resolved in Pega Version 8.2
After upgrading to Tomcat 7.0.88, there were intermittent login issues. This was due to the access group hashcode having "[[" appended in the URL, which the latest version of Tomcat does not accept. To resolve this, updates have been made to URLComponentProcessor where the encoding of the access group is done.
SR-C49920 · Issue 392248
Presaveas activity for Proposition Filter fixed
Resolved in Pega Version 8.2
An error appeared when attempting to add a proposition filter to a Revision Management overlay. This was inadvertently caused by a logic change for 'save as' done to address another issue, and has been corrected in the presaveas activity of Proposition Filter.
SR-C44259 · Issue 408852
Lock handling for DB during platform start/restart updated to only delete expired locks
Resolved in Pega Version 8.2
After quiese of the node serving the user and server, instance restart locks assigned to the user were deleted in the database. This led to the error 'You have lost the ability to make this change because a change elsewhere has taken precedence over the change you made here. Please click on the assignment again to continue.' appearing when attempting to submit a previously opened case. To correct this, the lock handling for the database during Platform start or restart has been updated; a filter for comparing sLockExpireTime with SYSDATE or CURRENT_TIMESTAMP in mDeleteStatementForSystem SQL query in DBLockProviderImpl Java class has been added so that only expired locks will be deleted.