You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Erwin Dondorp (Jira)" <ji...@apache.org> on 2021/06/21 23:02:00 UTC

[jira] [Comment Edited] (ARTEMIS-3134) hostname-address shows extra '/' in console

    [ https://issues.apache.org/jira/browse/ARTEMIS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17366891#comment-17366891 ] 

Erwin Dondorp edited comment on ARTEMIS-3134 at 6/21/21, 11:01 PM:
-------------------------------------------------------------------

The formatting in this way is caused by standard class {{java.net.InetAddress}} which implements this in its {{toString()}} operation.

Let's not waste time on this one.


was (Author: erwindon):
The formatting in this way is caused by standard class {{java.net.InetAddress}} which implements this in its {{toString()}} operation.

> hostname-address shows extra '/' in console
> -------------------------------------------
>
>                 Key: ARTEMIS-3134
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3134
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 2.17.0
>            Reporter: Erwin Dondorp
>            Priority: Minor
>         Attachments: image-2021-02-21-22-35-45-667.png
>
>
> In "Browse Connections", both the local and the remote address of a connection show an additional '/'. The same happens on "Browse Producers" and " Browse Consumers" .
> This may have been an attempt to show both the hostname and the ip-number separated (also) by '/'.
> Snippet from "Browse Connections":
> !image-2021-02-21-22-35-45-667.png!
>   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)