Skip to content

there is probably something wrong with your get method. #7

@lonfee88

Description

@lonfee88

when i called
getRepositoryApi().getRawFileContent()
i got
400 (Bad request) "filepath" not given

And i found the queryParams didn't take effect indeed:
ClientResponse get (ClientResponse.Status expectedStatus, MultivaluedMap<String, String> queryParams, Object ... pathArgs)
when i add the queryParams to url and called
ClientResponse get (ClientResponse.Status expectedStatus, MultivaluedMap<String, String> queryParams, URL url)
instead. Everything is ok.

I don't what's wrong with it. Can you fix it please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions