From dd904328c38bdf302fc788db8489f6eb005fe0e5 Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Wed, 21 Sep 2022 10:53:51 +0100 Subject: Updated release notes with limitation related to cps path Issue-ID: CPS-1179 Signed-off-by: puthuparambil.aditya Change-Id: I9fa7799e5a54b82b280606a14d09ce2256b844f2 --- docs/release-notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/release-notes.rst') 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 `_ 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 * * * -- cgit 1.2.3-korg