Skip to content

URL 参数无法自动编码,导致特殊字符丢失,例如“+” #230

@sunupo

Description

@sunupo
@Get("http://localhost:8080/abc?a={a}&b={b}&id=0")
String send2(@Var("a") String a, @Var("b") String b);

目标系统服务使用springboot框架。

如若a的取值为“name+age”,目标系统接收到的只会是“name age”,丢失“+”

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