[ 
https://issues.apache.org/jira/browse/SOLR-14387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085095#comment-17085095
 ] 

ASF subversion and git services commented on SOLR-14387:
--------------------------------------------------------

Commit 74ecc13816fb6aae6e512e2e9d815459e235a120 in lucene-solr's branch 
refs/heads/master from Markus Schuch
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=74ecc13 ]

SOLR-14387 add testcase for ids with separators to GetByIdTest and fix 
SolrClient to escape ids properly


> SolrClient.getById() does not escape parameter separators within ids
> --------------------------------------------------------------------
>
>                 Key: SOLR-14387
>                 URL: https://issues.apache.org/jira/browse/SOLR-14387
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrJ
>    Affects Versions: 8.5
>            Reporter: Markus Schuch
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Having a solr document with a comma in its id (e.g. "A,B"), 
> {{SolrClient.getById()}} is not able to retrieve this document, because it 
> queries {{/get?ids=A,B}} instead of {{/get?ids=A\,B}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to