Skip to content

Body contains % , as JSON, UriUtils.decode error  #916

@pinkhello

Description

@pinkhello

Request Body
{ "percent" : "100%", "name" : "lee" }

Feign client declarative invocation will decode throw exception
URLDecoder.decode() code throw new IllegalArgumentException( "URLDecoder: Illegal hex characters in escape " + "(%) pattern - negative value");

UriUtils.decode() should be contain IllegalArgumentException, return the original value .

Metadata

Metadata

Assignees

No one assigned

    Labels

    waiting for feedbackIssues waiting for a response from either to the author or other maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions