diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-09-22 09:56:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-22 09:56:59 +0000 |
commit | a8836fd17a316ba582b383802dc690db9f36023d (patch) | |
tree | c9e5712262d05faac667200040f436354d08205b /docs/release-notes.rst | |
parent | 2e4e097f40d831c2d8edf6da3769a9eadb348312 (diff) | |
parent | dd904328c38bdf302fc788db8489f6eb005fe0e5 (diff) |
Merge "Updated release notes with limitation related to cps path"
Diffstat (limited to 'docs/release-notes.rst')
-rwxr-xr-x | docs/release-notes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d4f9843615..46ffbb32b5 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -44,6 +44,15 @@ Features Bug Fixes --------- + - `CPS-1179 <https://jira.onap.org/browse/CPS-1179>`_ Node API - GET method returns invalid response when identifier contains '/' + +Known Limitations, Issues and Workarounds +----------------------------------------- + +*System Limitations* + +Having '[' token in any index in any list will have a negative impact on the search functions leaf-conditions and text()-condition. +Example of an xpath that would cause problems while using cps-path queries : /parent/child[@id='id[with]braces'] .. ======================== .. * * * JAKARTA * * * |