You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2024/04/24 07:55:00 UTC

[jira] [Updated] (CAMEL-20710) Strings are compared with != in NettyServerBootstrapConfiguration

     [ https://issues.apache.org/jira/browse/CAMEL-20710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otavio Rodolfo Piske updated CAMEL-20710:
-----------------------------------------
    Priority: Minor  (was: Major)

> Strings are compared with != in NettyServerBootstrapConfiguration
> -----------------------------------------------------------------
>
>                 Key: CAMEL-20710
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20710
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-netty
>            Reporter: Dmitrii Kriukov
>            Assignee: Dmitrii Kriukov
>            Priority: Minor
>
> Line 668:
> {color:#172b4d}} else if (unixDomainSocketPath != other.unixDomainSocketPath) {
> The reason for that can be that the both strings are interned - in that case we need a comment.
> The safe option is to use equals()
> {color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)