Skip to content

[client-v2] IP Address is returned with leading slash #2575

@chernser

Description

@chernser

Description

When column value is a inet address like 90.176.75.97 it is returned as /90.176.75.97. Obviously toString() is used what is wrong because it represents a Java Object value not an actual value. java.net.InetAddress#getHostAddress should be used instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions