Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created November 6, 2019 at 3:32 PM
Updated December 13, 2019 at 2:57 PM
Resolved November 19, 2019 at 4:41 PM
People usually expect commas to be used as value separators in properties, including frameworks that integrate with Hibernate Search (Quarkus).
We should probably use it for the "hosts" property in the Elasticsearch backend, and maybe all other multi-valued properties.
Commas are relatively unlikely to show up in host definitions anyway, and I suspect we could simply URL-encode the commas if necessary. Let's add a test for that.