Getting URL invalid error when trying to GET a Query in JAVA
Sanitha Pillai (6●1●9●10)
| asked Feb 22 '13, 4:01 a.m.
retagged Feb 22 '13, 12:42 p.m. by Michelle De Armas (261●2) When i try to access the belwo query from Poster to retrive the folder of the artifact i get the expected result but when i try to do the same programmatically , i am getting invalid URL error :-
Query :-
"&oslc.where=" + URLEncoder.encode("dcterms:title=", "UTF8")
Getting error while executing the above query.Maybe the issue is with the two oslc:where condition used. |
One answer
Hi,
I just tested the query provided and it works fine. Remember that title must fully match the title of the artifacts ( title does not support partial search ). I would suggest trying to change title for a different condition and test. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.