Skip to content

fix uri encode bug when url path start with '/' #1870

Closed
@frnandu

Description

@frnandu

Please take a look at this fix in original elasticsearch client code:

elastic/elasticsearch#34436

please update spring data's RequestConverters#encodePart to reflect the fix in this issue, since the implementation in spring-data seems to be a copy of an older (pre-fix) version of encodePart, specifically building the URI.
Is there a strong reason to have this duplicated in spring-data, couldn't it use same code from original ES high level client?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions