Skip to content

com.alibaba.dubbo.common.URL不能使用邮箱作为用户名 #1470

@CandleFlower

Description

@CandleFlower

com.alibaba.dubbo.common.URL.valueof()中如果用户名或密码中包含@字段,导致解析错误
i = url.indexOf("@");需要将此字段改为i = url.lastIndexOf("@");

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugBugs to being fixed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions