Release Notes for Oracle Insurance Gateway Patch 3.22.1.0.8
This document contains the release notes for Oracle Insurance Gateway Patch 3.22.1.0.8.
Version compatibility: Oracle Insurance Gateway Release 3.22.1.x is only compatible with other Oracle Health Insurance applications release version 3.22.1.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 |
---|---|---|---|---|
35111535 |
3-32196561261 |
OIG-2996 |
BP |
Question mark in oig rest destination changed to %3f |
Description: |
In the path configured in a rest destination containing a question mark sign, it gets converted to its Hex counterpart, i.e. %3F. This causes the formed URL to be incorrect and hence return 404 Not Found when invoked. |
|||
Resolution: |
Implementation has been done which consumes the path configured in the rest destination as is and does not make any changes to it. This makes sure that the formed URL is correct and hence returns a valid response. |