We upgraded from Pega 7.3.1 to Pega 24.1.1 in a development & test environment but are still using UI-Kit-7:03-01-06.
We are getting HTTP Forbidden (SECU0019 “Unregistered request encountered” in the alert log) when clicking links in the case content panel to navigate to child cases. I overrode pyBlockUnregisteredRequests to always return false as a short-term solution so we can continue testing. I am wondering if the fact that we are using the outdated UI Kit version could be the ultimate cause of this. We do not get this error in our 7.3.1 environment.
@JohnF17280011, This Alert is due to the BAC (Basic access control) security that PEGA has implemented in 8.5. You need to start registering your non-autogenerated controls/ actions for security reasons.
You can go through the below article, to find the action that you are performing on your button , and register the action by adding the respective java in your UserWorkForm HTML Fragment rule.
Sorry, I should have been more specific. The error is being thrown by a UI-Kit control. It’s an old UI Kit - pre-8.5 - so maybe I’ll jut have to live with this until we move away from UI Kit.