OSLC Query Not Returning Test Case with Double Quotes in Title
RQM 7.0.3
The Test Case I want to retrieve contains double quotes in its title, for example:
TC "CHARS"
To fetch this Test Case, I'm sending the following POST request to the OSLC QM endpoint:
POST /{your_context}/resources/com.ibm.rqm.planning.VersionedTestCase
Content-Type: application/x-www-form-urlencoded
OSLC-Core-Version: 2.0
Accept: application/rdf+xml
Authorization: Basic <username/password>
Body:
oslc.where=dcterms:title="TC \"CHARS\""
According to the OSLC Core Specification on query syntax
a backslash should properly escape a double quote inside the string literal.
Expected result:
The query should return exactly 1 matching Test Case.
Actual behavior:
The response always has:
oslc:totalCount="0"
So it seems the escaped quote is being ignored or not interpreted correctly.
Has anyone run into this before?
Is there a known workaround for querying artifacts that contain double quotes in their titles?
Any help or insights would be greatly appreciated!
Thanks!
Comments
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 02, 5:57 a.m.Hi - you should create a support case on ETM