Release Notes for Oracle Insurance Gateway Patch 3.20.3.0.1
This document contains the release notes for Oracle Insurance Gateway Patch 3.20.3.0.1.
Version compatibility: Oracle Insurance Gateway Release 3.20.3.x is only compatible with other Oracle Health Insurance applications release version 3.20.3.x unless explicitly stated otherwise. |
In accordance with the OHI error correction policy (Document 1494031.1 on My Oracle Support), error correction support will be provided for this release and the previous two releases. |
Bug Fixes
BugDB | SR | Internal | BP | Summary |
---|---|---|---|---|
32056827 |
OIG-1388 |
BP |
Access Restrictions not working in Credentials page |
|
Description: |
Access Restrictions not working in Credentials page, all users are able to access the page and perform all operations neglecting access restrictions. |
|||
Resolution: |
Now users can perform only those CRUD actions for which they have access in Credentials page |
|||
32073644 |
OIG-1398 |
BP |
Dynamic Logic exception: Restricted method invocation |
|
Description: |
When accessing the object returned by the JSON slurper, the application raises an exception, e.g.: Error occurred in dynamic logic "DYLO_NAME" on line "xxx": "java.lang.SecurityException: Restricted method invocation." |
|||
Resolution: |
The new version of Groovy packaged with the application returns a Lazymap object from the JSON slurper. Access from Dynamic Logic to objects of this type was not permitted, this has now been changed. |